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)

Syntax
C#
Copy
public enum GM_LidarDrawMode_t8
Members
Member nameValueDescription
GM_LidarDraw_ElevWColor0Color based on sample color if available, otherwise elevation
GM_LidarDraw_Elev1Color based on elevation
GM_LidarDraw_Intensity2Color based on intensity
GM_LidarDraw_Class3Color based on class
GM_LidarDraw_Return4Color based on return (1st, 2nd, etc.)
GM_LidarDraw_HeightAboveGround5Color based on height above ground
GM_LidarDraw_PointSourceId6Color based on point source ID
GM_LidarDraw_PointIndex7Color based on point index
GM_LidarDraw_ReturnHeightDelta8Color based on difference in height between first and last return of multi-return set
GM_LidarDraw_CIR9Color infrared display using NIR/red/green for the RGB layout
GM_LidarDraw_NDVI10Color NDVI value calculated from NIR and red band
GM_LidarDraw_NDWI11Color NDWI value calculated from NIR and green band
 LidarDraw_Density12Color based on point density
 LidarDraw_Withheld13Color based on withheld flag
 LidarDraw_ModelKeyPoint14Color based on model key point flag
 LidarDraw_Overlap15Color based on overlap point flag
 LidarDraw_ScanAngle16Color based on scan angle
 LidarDraw_ByLayer17Color each layer a different color
 LidarDraw_SegmentId18Color based on segment ID
GM_LidarDraw_NumTypes19
GM_LidarDraw_Default0
GM_LidarDraw_Multiple254Multiple different draw modes are select
GM_LidarDraw_UseGlobal255Use global draw mode setting
See Also