GM_LidarDrawMode_t8 Enumeration |
Draw types - Update dialogs when more are added
Namespace:GlobalMapper
Assembly: GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)

C#
Copy
public enum GM_LidarDrawMode_t8

Member name | Value | Description | |
---|---|---|---|
GM_LidarDraw_ElevWColor | 0 | Color based on sample color if available, otherwise elevation | |
GM_LidarDraw_Elev | 1 | Color based on elevation | |
GM_LidarDraw_Intensity | 2 | Color based on intensity | |
GM_LidarDraw_Class | 3 | Color based on class | |
GM_LidarDraw_Return | 4 | Color based on return (1st, 2nd, etc.) | |
GM_LidarDraw_HeightAboveGround | 5 | Color based on height above ground | |
GM_LidarDraw_PointSourceId | 6 | Color based on point source ID | |
GM_LidarDraw_PointIndex | 7 | Color based on point index | |
GM_LidarDraw_ReturnHeightDelta | 8 | Color based on difference in height between first and last return of multi-return set | |
GM_LidarDraw_CIR | 9 | Color infrared display using NIR/red/green for the RGB layout | |
GM_LidarDraw_NDVI | 10 | Color NDVI value calculated from NIR and red band | |
GM_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 | |
GM_LidarDraw_NumTypes | 19 | ||
GM_LidarDraw_Default | 0 | ||
GM_LidarDraw_Multiple | 254 | Multiple different draw modes are select | |
GM_LidarDraw_UseGlobal | 255 | Use global draw mode setting |
