GM_LidarFlags_t32 Enumeration
Define flags for Lidar point features

Namespace:GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)

Syntax
C#
Copy
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