Click or drag to resize

GM_SpatialPredicates_t16 Enumeration

Spatial predicate types

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_SpatialPredicates_t16
Members
  Member nameValueDescription
SpatialPredicates_Intersects1calculates the set of features that intersect features in another layer
SpatialPredicates_Overlaps2calculates the set of features that overlap features in another layer
SpatialPredicates_Touches4calculates the set of features that touch features in another layer
SpatialPredicates_Contains8calculates the set of features that wholly contain features in another layer
SpatialPredicates_IsEqual16calculates the set of features that have have an exact match with the geometry of a feature in another layer
SpatialPredicates_IsWithin32calculates the set of features that are wholly contained by a feature in another layer
SpatialPredicates_IsDisjoint64calculates the set of features that do not intersect features in another layer
See Also