globalmapper.LidarExtractFeaturesFromQuery¶
- globalmapper.LidarExtractFeaturesFromQuery(GM_LidarQueryHandle_t aLidarQuery, GM_LidarExtractSetup_t aExtractOpts, int aReserved) GM_Error_t32, GM_LidarExtractOutput_t [source]¶
Extracts vector features from the Lidar data in a Lidar query.
- Parameters
aLidarQuery (GM_LidarQueryHandle_t) – Lidar query of points to classify.
aExtractOpts (GM_LidarExtractSetup_t) – Extraction options. You must provide settings with a non-zero value for mTypes.
aReserved (int) – Reserved for future use; .
- 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