GM_LidarClassGroup_t16 Enumeration |
Define Lidar class groups to categorize what type(s) of data a classification represents
Namespace:
GlobalMapper.Lidar
Assembly:
GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax public enum GM_LidarClassGroup_t16
Public Enumeration GM_LidarClassGroup_t16
public enum class GM_LidarClassGroup_t16
Members
| 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 |
See Also