Click or drag to resize

GM_GeoRegistrationOrderFlags_t8 Enumeration

Define how we should apply control points and/or GPS EXIF information from the images. These values are stored in workspace so don't change. Defaults should be 0.

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_GeoRegistrationOrderFlags_t8
Members
  Member nameValueDescription
GeoRegistration_GCPsBeforeSfM1Apply GCPs before we do SfM
GeoRegistration_NoExifIfGCPs2Don't apply EXIF information if GCPs are successfully applied
GeoRegistration_GCPsBeforeExif4Apply GCPs before EXIF rather than after
GeoRegistration_UseRobustReg8Use robust registration of EXIF location by default rather than using all points
GeoRegistration_DefaultFlags0
See Also