GM_LidarFlags_t32 Enumeration |
Define flags for Lidar point features
Namespace:
GlobalMapper.Lidar
Assembly:
GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax public enum GM_LidarFlags_t32
Public Enumeration GM_LidarFlags_t32
public enum class GM_LidarFlags_t32
Members
| 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 |
See Also