Click or drag to resize

GM_LidarGridField_t8 Enumeration

Define what field of data to grid for Lidar data

Namespace:  GlobalMapper.Types
Assembly:  GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
public enum GM_LidarGridField_t8
Members
  Member nameValueDescription
LidarGrid_Elevation0 grid the elevation values
LidarGrid_Intensity1 grid Lidar point intensity values rather than elevation values
LidarGrid_Height2 grid Lidar height above ground rather than elevation values
LidarGrid_ColorRGB3 grid the RGB color from Lidar points
LidarGrid_ColorRGBI_NIR4 grid the RGBI color from 4-band Lidar (RGB+NIR)
LidarGrid_ColorRGBI_Intensity5 grid the RGBI color from 4-band Lidar (RGB+Intensity)
LidarGrid_Class6 grid the classification code from Lidar points
LidarGrid_Density7 grid the point density in points / m^2 of a Lidar point cloud
LidarGrid_NDVI8 grid the calculated NDVI value from 4-band Lidar (RGB+NIR)
LidarGrid_NDWI9 grid the calculated NDWI value from 4-band Lidar (RGB+NIR)
LidarGrid_Red10 grid the Red value (single band)
LidarGrid_Green11 grid the Green value (single band)
LidarGrid_Blue12 grid the Blue value (single band)
LidarGrid_NIR13 grid the NIR value (single band)
LidarGrid_ScanAngle14 grid the Scan Angle value
LidarGrid_PointSourceID15 grid the Point Source ID value
LidarGrid_UserData16 grid the User Data value
LidarGrid_ScannerChannel17 grid the Scanner Channel value
LidarGrid_NumPointsInCell18 grid the number of points in each cell
LidarGrid_NumTypes19
See Also