GM_ClassifyGroundFlags_t32 Enumeration |
Define flags for ground setup
Namespace:GlobalMapper.Lidar
Assembly: GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)

C#
Copy
public enum GM_ClassifyGroundFlags_t32

Member name | Value | Description | |
---|---|---|---|
ClassifyGround_ResetGroundPoints | 1 | Reset existing ground points to unknown classification at start of operation | |
ClassifyGround_KeepNonGroundPoints | 2 | Keep non-ground points as whatever type they were re-classified to rather than resetting | |
ClassifyGround_CreateDebugLayers | 4 | Create layers for debugging auto-classify ground | |
ClassifyGround_RemoveNearNonGround | 8 | Run the 'remove near non-ground' part of the algorithm. | |
ClassifyGround_HideProgress | 16 | Don't show cancellable progress during this operation |

Reference
GlobalMapper.Lidar
Namespace