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)

C#
Copy
public enum GM_LidarFlags_t32

Member name | Value | Description | |
---|---|---|---|
LidarFlags_ColorValid | 1 | Are the red, green, and blue color values valid? | |
LidarFlags_Withheld | 2 | Is the point withheld? | |
LidarFlags_Synthetic | 4 | Is the point synthetic? | |
LidarFlags_KeyPoint | 8 | Is the point a key point? | |
LidarFlags_Overlap | 16 | Is the point overlap? | |
LidarFlags_ScanDir | 32 | Scan direction | |
LidarFlags_EdgeOfFlightLine | 64 | Is the point on the edge of the flight line |
