Click or drag to resize

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.

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

Parameters

x
Type: SystemDouble
Euclidean x coordinate
y
Type: SystemDouble
Euclidean y coordinate
z
Type: SystemDouble
Euclidean z coordinate
See Also