ReprojectorDatumShift Method

Converts a point in Euclidean coordinates (x, y, z) relative to the source datum center to Euclidean coordinates relative to the target datum center.

This is done in a two step process. First the coordinates are converted from the source datum center to an arbitrary geocentric Euclidean space, and from there it's converted to the target datum center.

Definition

Namespace: DHI.Projections
Assembly: DHI.Projections (in DHI.Projections.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public void DatumShift(
	ref double x,
	ref double y,
	ref double z
)

Parameters

x  Double
Euclidean x coordinate
y  Double
Euclidean y coordinate
z  Double
Euclidean z coordinate

See Also