Returns a set combining the points in this Geometry not in other, and the points in other not in this Geometry.
[Visual Basic]
Overridable Public Function SymDifference( _
ByVal geometry As Geometry _
) As Geometry Implements _
IGeometry.SymDifference
Returns the point set symmetric difference of this Geometry with other geometry.
This method returns the closure of the resultant Geometry.
Geometry Class | Geometry Members | Geotools.Geometries Namespace