Click or drag to resize

GM_LidarCompareFlags_t32 Enumeration

Lidar comparison flags

Namespace:  GlobalMapper.Lidar
Assemblies:   GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 23.0.0.0 (23.0.0.0)
  GlobalMapperWrapperNET35 (in GlobalMapperWrapperNET35.dll) Version: 23.0.0.0 (23.0.0.0)
Syntax
public enum GM_LidarCompareFlags_t32
Members
  Member nameValueDescription
LidarCompare_CheckOutsideBounds1Include points outside the intersected bounds of both clouds in the changed results?
LidarCompare_CompareBothDirs2Find points in 'compare to' cloud set that aren't in the 'compare' set as well as the reverse
LidarCompare_DelNewPoints4Mark new points as deleted in their original point cloud layer
LidarCompare_CreateNewLayers8Create new point cloud layers with the difference points (if any are found)
LidarCompare_CreateNewQueries16Save queries with the difference points from the provided loaded point cloud layer(s)
LidarCompare_HideProgress32Hide progress bar
LidarCompare_Default8
See Also