 | CPJConvertXY Method |
Convert X, Y 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 ConvertXY(
ref double x,
ref double y
)
public void ConvertXY(
ref double x,
ref double y
)
Public Sub ConvertXY (
ByRef x As Double,
ByRef y As Double
)
Public Sub ConvertXY (
ByRef x As Double,
ByRef y As Double
)
public:
void ConvertXY(
double% x,
double% y
)
public:
void ConvertXY(
double% x,
double% y
)
member ConvertXY :
x : float byref *
y : float byref -> unit
member ConvertXY :
x : float byref *
y : float byref -> unit
Parameters
- x
- Type: SystemDouble
X (or Longitude) - y
- Type: SystemDouble
Y (or Latitude)
See Also