Enum SpatialFunction
The spatial functions supported by this class. These operations implement various bool combinations of the resultants of the overlay.
Namespace: NetTopologySuite.Operation.Overlay
Assembly: NetTopologySuite.dll
Syntax
public enum SpatialFunction
Fields
Name | Description |
---|---|
Difference | The code for the Difference overlay operation |
Intersection | The code for the Intersection overlay operation |
SymDifference | The code for the Symmetric Difference overlay operation |
Union | The code for the Union overlay operation |