Returns a Geometry representing the points making up this Geometry that do not make up the other geometry.
[Visual Basic]
Overridable Public Function Difference( _
ByVal geometry As Geometry _
) As Geometry Implements _
IGeometry.Difference
Return the point set difference of this Geometry with other geometry.
This method returns the closure of the resultant Geometry.
Geometry Class | Geometry Members | Geotools.Geometries Namespace