 | CPJConvertXYZ Method |
Convert X,Y,Z from input projection to output projection.
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic void ConvertXYZ(
ref double x,
ref double y,
ref double z
)
public void ConvertXYZ(
ref double x,
ref double y,
ref double z
)
Public Sub ConvertXYZ (
ByRef x As Double,
ByRef y As Double,
ByRef z As Double
)
Public Sub ConvertXYZ (
ByRef x As Double,
ByRef y As Double,
ByRef z As Double
)
public:
void ConvertXYZ(
double% x,
double% y,
double% z
)
public:
void ConvertXYZ(
double% x,
double% y,
double% z
)
member ConvertXYZ :
x : float byref *
y : float byref *
z : float byref -> unit
member ConvertXYZ :
x : float byref *
y : float byref *
z : float byref -> unit
Parameters
- x
- Type: SystemDouble
X (or Longitude) - y
- Type: SystemDouble
Y (or Latitude) - z
- Type: SystemDouble
Z (or Depth)
See Also