globalmapper.LidarCompareQuery¶
- globalmapper.LidarCompareQuery(GM_LidarQueryHandle_t aQueryCompareTo, GM_LidarQueryHandle_t aQueryCompare, GM_LidarCompareSetup_t aSetup, int aReserved) GM_Error_t32 [source]¶
Compare two sets of points to find differences. The differences will be saved as a new point layer.
- Parameters
aQueryCompareTo (GM_LidarQueryHandle_t) – Lidar query with points to compare against.
aQueryCompare (GM_LidarQueryHandle_t) – Lidar points with points to compare the queries in aQueryCompareTo.
aSetup (GM_LidarCompareSetup_t) – Lidar comparison settings. If None is provided, default settings will be used.
aReserved (int) – Reserved for future use; must be 0..
- Returns
Error Code
- Return type
GM_Error_t32