ReprojectorInvDatumShift Method

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

This is done in a two step process. First the coordinates are converted from the target datum center to an arbitrary geocentric Euclidean space, and from there it's converted to the source 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 InvDatumShift(
	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