Click or drag to resize

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
Syntax
public 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
)

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: Int32
0 if ok - 1 otherwise
See Also