GM_LidarClassify_t .LidarClassifyGround Method |
Automatically identifies ground returns from the points in the specified loaded Lidar layer(s).
Namespace:GlobalMapper.Lidar
Assembly: GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)

C#
Copy
public static GM_Error_t32 LidarClassifyGround(
GM_LayerList_t aLayerList,
uint aLayerCount,
GM_ClassifyGroundSetup_t aSettings,
IntPtr aReserved
)
Parameters
- aLayerList
-
Type:
GlobalMapper.Types.GM_LayerList_t
IN: List of layers to classify or NULL for all Lidar layers - aLayerCount
-
Type:
System.UInt32
IN: Number of layers in list (0 for all) - aSettings
-
Type:
GlobalMapper.Lidar.GM_ClassifyGroundSetup_t
IN: Classification settings. If NULL is provided, default settings will be used. - aReserved
-
Type:
System.IntPtr
IN: Reserved for future use, must be NULL
Return Value
Type: GM_Error_t32A GM Error Code
