Global Mapper SDK
GM_SpatialPredicates_t16 Enumeration |
Spatial predicate types
Namespace:GlobalMapper
Assembly: GlobalMapperWrapperNET35 (in GlobalMapperWrapperNET35.dll) Version: 19.1.0.0 (19.1.0.0)

C#
Copy
public enum GM_SpatialPredicates_t16

Member name | Value | Description | |
---|---|---|---|
SpatialPredicates_Intersects | 1 | calculates the set of features that intersect features in another layer | |
SpatialPredicates_Overlaps | 2 | calculates the set of features that overlap features in another layer | |
SpatialPredicates_Touches | 4 | calculates the set of features that touch features in another layer | |
SpatialPredicates_Contains | 8 | calculates the set of features that wholly contain features in another layer | |
SpatialPredicates_IsEqual | 16 | calculates the set of features that have have an exact match with the geometry of a feature in another layer | |
SpatialPredicates_IsWithin | 32 | calculates the set of features that are wholly contained by a feature in another layer | |
SpatialPredicates_IsDisjoint | 64 | calculates the set of features that do not intersect features in another layer |
