Click or drag to resize

GM_SpatialOperations_t8 Enumeration

Spatial operations

Namespace:  GlobalMapper
Assemblies:   GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 23.0.0.0 (23.0.0.0)
  GlobalMapperWrapperNET35 (in GlobalMapperWrapperNET35.dll) Version: 23.0.0.0 (23.0.0.0)
Syntax
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_Difference2returns the the spatial difference between two layers
SpatialOps_SymmetricDifference3returns the the spatial symmetric difference between two layers
See Also