Click or drag to resize
ReprojectorDoDatumConversions Property
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.

Namespace: DHI.Projections
Assembly: DHI.Projections (in DHI.Projections.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
public bool DoDatumConversions { get; }

Property Value

Type: Boolean
See Also