Global Mapper SDK
| GM_SpatialOperations_t8 Enumeration |
Spatial operations
Namespace:GlobalMapper
Assembly: GlobalMapperWrapperNET35 (in GlobalMapperWrapperNET35.dll) Version: 19.1.0.0 (19.1.0.0)
C#
Copy
public enum GM_SpatialOperations_t8| Member name | Value | Description | |
|---|---|---|---|
| SpatialOps_Intersection | 0 | returns the spatial intersection of two layers | |
| SpatialOps_Union | 1 | returns the the spatial union of two layers, or among features of a single layer | |
| SpatialOps_Difference | 2 | returns the the spatial difference between two layers | |
| SpatialOps_SymmetricDifference | 3 | returns the the spatial symmetric difference between two layers |