Click or drag to resize

Reprojector Properties

The Reprojector type exposes the following members.

Properties
  NameDescription
Public propertyDoDatumConversions
Flag informing whether datum conversions are enabled or disabled.

Datum conversions are by default enabled, and disabled only if the datums (ellipsoids) of the source and target are the same, AND no datum shifts has been specified.

Datum conversions can be explicitly bypassed by calling BypassDatumConversions.

The flag can be reset to its default value by calling ResetDoDatumConversions.

Call to any of the SetDatumShiftParameters or the SetNoDatumShift(ReprojectorSide) methods will also revert this flag to its default value.

Public propertyProjectionStringSource
Target Map Projection
Public propertyProjectionStringTarget
Source Map Projection
Public propertyTypeOfConversion
Type of conversion. Default is Proj2Proj.
Top
See Also