GM_LidarClassGroup_t16 Enumeration |
Define Lidar class groups to categorize what type(s) of data a classification represents
Namespace:GlobalMapper
Assembly: GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)

C#
Copy
public enum GM_LidarClassGroup_t16

Member name | Value | Description | |
---|---|---|---|
GM_LidarGroup_Surface | 1 | Surface points (i.e. ground, water, road) | |
GM_LidarGroup_OffSurface | 2 | Points that are definitely not on the surface | |
GM_LidarGroup_Noise | 4 | Noise points | |
GM_LidarGroup_Powerline | 8 | Points that are along a powerline | |
GM_LidarGroup_Structure | 16 | Points that are part of a solid structure (i.e. building) | |
GM_LidarGroup_Vegetation | 32 | Vegetation points | |
GM_LidarGroup_Bathy | 64 | Bathymetric (i.e. below water surface) points | |
GM_LidarGroup_Unclassified | 128 | Unclassified points |
