 | CIPJiConvertWarp Method |
Converts a point X, Y, Z to the new IPJ plane.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic int iConvertWarp(
ref double x,
ref double y,
ref double z,
int f_forward
)
public int iConvertWarp(
ref double x,
ref double y,
ref double z,
int f_forward
)
Public Function iConvertWarp (
ByRef x As Double,
ByRef y As Double,
ByRef z As Double,
f_forward As Integer
) As Integer
Public Function iConvertWarp (
ByRef x As Double,
ByRef y As Double,
ByRef z As Double,
f_forward As Integer
) As Integer
public:
int iConvertWarp(
double% x,
double% y,
double% z,
int f_forward
)
public:
int iConvertWarp(
double% x,
double% y,
double% z,
int f_forward
)
member iConvertWarp :
x : float byref *
y : float byref *
z : float byref *
f_forward : int -> int
member iConvertWarp :
x : float byref *
y : float byref *
z : float byref *
f_forward : int -> int
Parameters
- x
- Type: SystemDouble
X coordinates converted on output - y
- Type: SystemDouble
Y coordinates converted on output - z
- Type: SystemDouble
Z coordinates converted on output - f_forward
- Type: SystemInt32
1 - Forward (raw -> coordinate) , 0 - (coordinate -> raw)
Return Value
Type:
Int320 if ok - 1 otherwise
See Also