Geotools.Net

Geometry.Difference Method 

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
[C#]
public virtual Geometry Difference(
   Geometry geometry
);

Parameters

geometry
The Geometry with which to compute the difference.

Return Value

Return the point set difference of this Geometry with other geometry.

Implements

IGeometry.Difference

Remarks

This method returns the closure of the resultant Geometry.

See Also

Geometry Class | Geometry Members | Geotools.Geometries Namespace