 | CPJ.ConvertXYZ Method |
Convert X,Y,Z from input projection to output projection.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.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: System.Double
X (or Longitude) - y
- Type: System.Double
Y (or Latitude) - z
- Type: System.Double
Z (or Depth)
See Also