GM_SpatialOperations_t8 Enumeration

Spatial operations

Namespace:GlobalMapper
Assembly: GlobalMapperWrapperNET35 (in GlobalMapperWrapperNET35.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
Copy
public enum GM_SpatialOperations_t8
Members
Member nameValueDescription
SpatialOps_Intersection0returns the spatial intersection of two layers
SpatialOps_Union1returns the the spatial union of two layers, or among features of a single layer
SpatialOps_Difference2 returns the the spatial difference between two layers
SpatialOps_SymmetricDifference3returns the the spatial symmetric difference between two layers
See Also