ReprojectorSetNoDatumShift Method |
Disable datum shift calculations for either the source or the target.
This call will reset the BypassDatumConversions flag
Namespace: DHI.ProjectionsAssembly: DHI.Projections (in DHI.Projections.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax public void SetNoDatumShift(
ReprojectorSide side
)
Public Sub SetNoDatumShift (
side As ReprojectorSide
)
public:
void SetNoDatumShift(
ReprojectorSide side
)
member SetNoDatumShift :
side : ReprojectorSide -> unit
Parameters
- side
- Type: DHI.ProjectionsReprojectorSide
Side to apply to, source or target
See Also