Returns a set combining the points in this Geometry not in other, and the points in other not in this geometry. This method returns the closure of the resultant geometry.
[Visual Basic]
Function SymDifference( _
ByVal other As Geometry _
) As Geometry
Returns the point set symmetric difference of this geometry with other.
Missing <remarks> documentation for M:Geotools.Geometries.IGeometry.SymDifference(Geotools.Geometries.Geometry)
IGeometry Interface | IGeometry Members | Geotools.Geometries Namespace