Geotools.Net

IGeometry.SymDifference Method 

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

Parameters

other
The other geometry with which to compute the symmetric difference.

Return Value

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

Remarks

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

See Also

IGeometry Interface | IGeometry Members | Geotools.Geometries Namespace