GM_SpatialPredicates_t16 Enumeration

Spatial predicate types

Namespace:GlobalMapper
Assembly: GlobalMapperWrapperNET35 (in GlobalMapperWrapperNET35.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
Copy
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_Touches4 calculates the set of features that touch features in another layer
SpatialPredicates_Contains8 calculates 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_IsDisjoint64 calculates the set of features that do not intersect features in another layer
See Also