Click or drag to resize

GM_LidarDrawMode_t8 Enumeration

Draw types - Update dialogs when more are added

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public enum GM_LidarDrawMode_t8
Members
  Member nameValueDescription
LidarDraw_ElevWColor0Color based on sample color if available, otherwise elevation
LidarDraw_Elev1Color based on elevation
LidarDraw_Intensity2Color based on intensity
LidarDraw_Class3Color based on class
LidarDraw_Return4Color based on return (1st, 2nd, etc.)
LidarDraw_HeightAboveGround5Color based on height above ground
LidarDraw_PointSourceId6Color based on point source ID
LidarDraw_PointIndex7Color based on point index
LidarDraw_ReturnHeightDelta8Color based on difference in height between first and last return of multi-return set
LidarDraw_CIR9Color infrared display using NIR/red/green for the RGB layout
LidarDraw_NDVI10Color NDVI value calculated from NIR and red band
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_NumTypes16
LidarDraw_Default0
LidarDraw_Multiple254Multiple different draw modes are select
LidarDraw_UseGlobal255Use global draw mode setting
See Also