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)

Syntax
C#
Copy
public enum GM_LidarClassGroup_t16
Members
Member nameValueDescription
GM_LidarGroup_Surface1Surface points (i.e. ground, water, road)
GM_LidarGroup_OffSurface2Points that are definitely not on the surface
GM_LidarGroup_Noise4Noise points
GM_LidarGroup_Powerline8Points that are along a powerline
GM_LidarGroup_Structure16Points that are part of a solid structure (i.e. building)
GM_LidarGroup_Vegetation32Vegetation points
GM_LidarGroup_Bathy64Bathymetric (i.e. below water surface) points
GM_LidarGroup_Unclassified128Unclassified points
See Also