GM_LidarDrawMode_t8 Enumeration |
Draw types - Update dialogs when more are added
Namespace:
GlobalMapper.Lidar
Assembly:
GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax public enum GM_LidarDrawMode_t8
Public Enumeration GM_LidarDrawMode_t8
public enum class GM_LidarDrawMode_t8
Members
| Member name | Value | Description |
---|
| LidarDraw_ElevWColor | 0 | Color based on sample color if available, otherwise elevation |
| LidarDraw_Elev | 1 | Color based on elevation |
| LidarDraw_Intensity | 2 | Color based on intensity |
| LidarDraw_Class | 3 | Color based on class |
| LidarDraw_Return | 4 | Color based on return (1st, 2nd, etc.) |
| LidarDraw_HeightAboveGround | 5 | Color based on height above ground |
| LidarDraw_PointSourceId | 6 | Color based on point source ID |
| LidarDraw_PointIndex | 7 | Color based on point index |
| LidarDraw_ReturnHeightDelta | 8 | Color based on difference in height between first and last return of multi-return set |
| LidarDraw_CIR | 9 | Color infrared display using NIR/red/green for the RGB layout |
| LidarDraw_NDVI | 10 | Color NDVI value calculated from NIR and red band |
| LidarDraw_NDWI | 11 | Color NDWI value calculated from NIR and green band |
| LidarDraw_Density | 12 | Color based on point density |
| LidarDraw_Withheld | 13 | Color based on withheld flag |
| LidarDraw_ModelKeyPoint | 14 | Color based on model key point flag |
| LidarDraw_Overlap | 15 | Color based on overlap point flag |
| LidarDraw_ScanAngle | 16 | Color based on scan angle |
| LidarDraw_ByLayer | 17 | Color each layer a different color |
| LidarDraw_SegmentId | 18 | Color based on segment ID |
| LidarDraw_NumTypes | 19 | |
| LidarDraw_Default | 0 | |
| LidarDraw_Multiple | 254 | Multiple different draw modes are select |
| LidarDraw_UseGlobal | 255 | Use global draw mode setting |
See Also