ReprojectorSetDatumShiftParameters(ReprojectorSide, Double, Double, Double) Method

Sets the 3-parameter datum shift parameters of either the source or the target map projection.

This call will reset the BypassDatumConversions flag

Definition

Namespace: DHI.Projections
Assembly: DHI.Projections (in DHI.Projections.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public void SetDatumShiftParameters(
	ReprojectorSide side,
	double dx,
	double dy,
	double dz
)

Parameters

side  ReprojectorSide
Side to apply to, source or target
dx  Double
dx in meters
dy  Double
dy in meters
dz  Double
dz in meters

See Also