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.
Namespace:
DHI.Projections
Assembly:
DHI.Projections (in DHI.Projections.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public void InvDatumShift(
ref double x,
ref double y,
ref double z
)
Public Sub InvDatumShift (
ByRef x As Double,
ByRef y As Double,
ByRef z As Double
)
public:
void InvDatumShift(
double% x,
double% y,
double% z
)
member InvDatumShift :
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