globalmapper.GetLidarClassFilter

globalmapper.GetLidarClassFilter() GM_Error_t32, GM_LidarClassFilter_t[source]

Retrieves the active Lidar class filter currently in use for display and other operations. You can also call GetFeatureClassInfo to see the status of an individual class in the filter.

In the returned filter, a value of zero means that class is not being filtered and will be used in Lidar operations, and a nonzero value means it will be filtered. These values can be seen by passing the filter and a Lidar classification into LidarClassFilter_IsClassEnabled.

The filter contains one value for for each Lidar classification (ground, noise, building, etc.). See the constant values for GM_LidarClass_t8 for the complete list.

Returns

Error Code

Return type

GM_Error_t32

Returns

The currently active point class filter

Return type

GM_LidarClassFilter_t