Geotools.Net

Geometry.SymDifference Method 

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

Parameters

geometry
the Geometry with which to compute the symmetric difference.

Return Value

Returns the point set symmetric difference of this Geometry with other geometry.

Implements

IGeometry.SymDifference

Remarks

This method returns the closure of the resultant Geometry.

See Also

Geometry Class | Geometry Members | Geotools.Geometries Namespace