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
C#
Copy
public enum GM_LidarGridField_t8
Members
Member nameValueDescription
LidarGrid_Elevation0grid the elevation values
LidarGrid_Intensity1 grid Lidar point intensity values rather than elevation values
LidarGrid_Height2grid Lidar height above ground rather than elevation values
LidarGrid_ColorRGB3grid the RGB color from Lidar points
LidarGrid_ColorRGBI_NIR4grid the RGBI color from 4-band Lidar (RGB+NIR)
LidarGrid_ColorRGBI_Intensity5grid the RGBI color from 4-band Lidar (RGB+Intensity)
LidarGrid_Class6grid the classification code from Lidar points
LidarGrid_Density7grid the point density in points / m^2 of a Lidar point cloud
LidarGrid_NDVI8grid the calculated NDVI value from 4-band Lidar (RGB+NIR)
LidarGrid_NDWI9grid the calculated NDWI value from 4-band Lidar (RGB+NIR)
LidarGrid_Red10grid the Red value (single band)
LidarGrid_Green11 grid the Green value (single band)
LidarGrid_Blue12grid the Blue value (single band)
LidarGrid_NIR13grid the NIR value (single band)
LidarGrid_ScanAngle14grid the Scan Angle value
LidarGrid_PointSourceID15grid the Point Source ID value
LidarGrid_UserData16grid the User Data value
LidarGrid_ScannerChannel17grid the Scanner Channel value
LidarGrid_NumPointsInCell18grid the number of points in each cell
LidarGrid_NumTypes19 
See Also