globalmapper.LidarExtractFeatures

globalmapper.LidarExtractFeatures([GM_LayerHandle_t32] aLayerList, GM_LidarExtractSetup_t aExtractOpts, int aReserved) GM_Error_t32, GM_LidarExtractOutput_t[source]

Extracts vector features from the Lidar data in one or more Lidar point cloud layers.

Parameters
  • aLayerList ([GM_LayerHandle_t32]) – List of layers to extract from or None for all Lidar layers.

  • aExtractOpts (GM_LidarExtractSetup_t) – Extraction options. You must provide settings with a non-zero value for mTypes.

  • aReserved (int) – Reserved for future use; must be 0.

Returns

Error Code

Return type

GM_Error_t32

Returns

Generated layers with extracted features. Be sure to use CloseLayer on them when finished with them.

Return type

GM_LidarExtractOutput_t