Geotools.Net

IGeometry.Difference Method 

Returns a Geometry representing the points making up this Geometry that do not make up other. This method returns the closure of the resultant Geometry.

[Visual Basic]
Function Difference( _
   ByVal other As Geometry _
) As Geometry
[C#]
Geometry Difference(
   Geometry other
);

Parameters

other
The other geometry with which to comput the difference.

Return Value

Returns the point set difference of this Geometry with other.

Remarks

Missing <remarks> documentation for M:Geotools.Geometries.IGeometry.Difference(Geotools.Geometries.Geometry)

See Also

IGeometry Interface | IGeometry Members | Geotools.Geometries Namespace