Click or drag to resize

GM_SpatialOps Class

Contains functions for spatial operations and spatial predicates
Inheritance Hierarchy
SystemObject
  GlobalMapperGM_SpatialOps

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 static class GM_SpatialOps

The GM_SpatialOps type exposes the following members.

Methods
  NameDescription
Public methodStatic memberSpatialContains
Two-layer contains predicate
Public methodStatic memberSpatialDifference
Two-layer difference operation
Public methodStatic memberSpatialDisjoint
Two-layer disjoint predicate
Public methodStatic memberSpatialEquals
Two-layer equals predicate
Public methodStatic memberSpatialIntersection
Two-layer intersection operation
Public methodStatic memberSpatialIntersects
Two-layer intersects predicate
Public methodStatic memberSpatialOperation
General spatial operation
Public methodStatic memberSpatialOpsParameterInit
Initializes a GM_SpatialOps_Params_t struct members to their default values.
Public methodStatic memberSpatialOverlaps
Two-layer overlaps predicate
Public methodStatic memberSpatialPredicate
General predicate function
Public methodStatic memberSpatialSymmetricDifference
Two-layer intersection operation
Public methodStatic memberSpatialTouches
Two-layer touches predicate
Public methodStatic memberSpatialUnion
Two-layer union operation
Public methodStatic memberSpatialUnionSingle
Single-layer union operation
Public methodStatic memberSpatialWithin
Two-layer within predicate
Top
See Also