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.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public int iConvertWarp(
	ref double d1,
	ref double d2,
	ref double d3,
	int i4
)

Parameters

d1
Type: SystemDouble
X coordinates converted on output
d2
Type: SystemDouble
Y coordinates converted on output
d3
Type: SystemDouble
Z coordinates converted on output
i4
Type: SystemInt32
1 - Forward (raw -> coordinate) , 0 - (coordinate -> raw)

Return Value

Type: Int32
0 if ok - 1 otherwise
See Also