Enum SpatialFunction
- Namespace
- NetTopologySuite.Operation.Overlay
- Assembly
- NetTopologySuite.dll
The spatial functions supported by this class. These operations implement various bool combinations of the resultants of the overlay.
public enum SpatialFunction
Fields
Difference = 3
The code for the Difference overlay operation
Intersection = 1
The code for the Intersection overlay operation
SymDifference = 4
The code for the Symmetric Difference overlay operation
Union = 2
The code for the Union overlay operation