GM_LidarExtract_t .LidarExtractFeaturesFromQuery Method |
Extracts vector features from the Lidar data in a Lidar query.
Namespace:GlobalMapper.Lidar
Assembly: GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)

C#
Copy
public static GM_Error_t32 LidarExtractFeaturesFromQuery(
GM_LidarQuery_t aLidarQuery,
GM_LidarExtractSetup_t aExtractOpts,
ref GM_LidarExtractOutput_t aOutput,
IntPtr aReserved
)
Parameters
- aLidarQuery
-
Type:
GlobalMapper.Lidar.GM_LidarQuery_t
IN: Lidar query of points to classify - aExtractOpts
-
Type:
GlobalMapper.Lidar.GM_LidarExtractSetup_t
IN: Extraction options. You must provide settings with a non-zero value for mTypes. - aOutput
-
Type:
GlobalMapper.Lidar.GM_LidarExtractOutput_t
OUT: Generated layers with extracted features. Be sure to use GM_CloseLayer on them when finished with them. - aReserved
-
Type:
System.IntPtr
IN: Reserved for future use, must be NULL
Return Value
Type: GM_Error_t32A GM Error Code
