Click or drag to resize

GM_LidarFlags_t32 Enumeration

Define flags for Lidar point features

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_LidarFlags_t32
Members
  Member nameValueDescription
LidarFlags_ColorValid1Are the red, green, and blue color values valid?
LidarFlags_Withheld2Is the point withheld?
LidarFlags_Synthetic4Is the point synthetic?
LidarFlags_KeyPoint8Is the point a key point?
LidarFlags_Overlap16Is the point overlap?
LidarFlags_ScanDir32Scan direction
LidarFlags_EdgeOfFlightLine64Is the point on the edge of the flight line
See Also