Click or drag to resize
CIPJiConvertWarp Method
Converts a point X, Y, Z to the new IPJ plane.

Available since Oasis montaj version: 6.3
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
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