Click or drag to resize

GM_SpatialOps_Params_t Class

Structure defining parameters for spatial operations and spatial predicates
Inheritance Hierarchy
SystemObject
  GlobalMapperGM_SpatialOps_Params_t

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 class GM_SpatialOps_Params_t

The GM_SpatialOps_Params_t type exposes the following members.

Constructors
  NameDescription
Public methodGM_SpatialOps_Params_t
Default Constructor for a spatial operation
Top
Fields
  NameDescription
Public fieldmAttemptRepair
IN: Attempt repair on invalid input geometries
Public fieldmErrorHandling
IN: Error handling behavior for inputs to the operation
Public fieldmFeatureTypes1
IN: Feature class type(s) for layer 1
Public fieldmFeatureTypes2
IN: Feature class type(s) for layer 2
Public fieldmLogCallback
IN: Callback for displaying error and warning messages.
Public fieldmPredicateResultTarget
IN: Where to store the results of a predicate
Public fieldmResultFeatures
OUT: Result features for predicates using a result target of GM_PredicateResult_ReturnFeatures
Public fieldmResultFeatureTypes
IN: Desired feature class type(s) for results
Public fieldmResultLayer
OUT: Layer created to hold results for spatial operations and predicates using SaveToLayer result target
Public fieldmResultLayerIsTemp
IN: If true, result layer should not appear in the Control Panel
Public fieldmResultLayerName
IN: Name of result layer
Top
See Also