Click or drag to resize

GM_ClassifyGroundFlags_t32 Enumeration

Define flags for ground setup

Namespace:  GlobalMapper.Lidar
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_ClassifyGroundFlags_t32
Members
  Member nameValueDescription
ClassifyGround_ResetGroundPoints1Reset existing ground points to unknown classification at start of operation
ClassifyGround_KeepNonGroundPoints2Keep non-ground points as whatever type they were re-classified to rather than resetting
ClassifyGround_CreateDebugLayers4Create layers for debugging auto-classify ground
ClassifyGround_RemoveNearNonGround8Run the 'remove near non-ground' part of the algorithm.
ClassifyGround_HideProgress16Don't show cancellable progress during this operation
See Also