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.ProjectionsAssembly: DHI.Projections (in DHI.Projections.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax public void DatumShift(
ref double x,
ref double y,
ref double z
)
Public Sub DatumShift (
ByRef x As Double,
ByRef y As Double,
ByRef z As Double
)
public:
void DatumShift(
double% x,
double% y,
double% z
)
member DatumShift :
x : float byref *
y : float byref *
z : float byref -> unit
Parameters
- x
- Type: SystemDouble
Euclidean x coordinate - y
- Type: SystemDouble
Euclidean y coordinate - z
- Type: SystemDouble
Euclidean z coordinate
See Also