Click or drag to resize

GM_LidarFlags_t32 Enumeration

Define flags for Lidar point features

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
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