Click or drag to resize

CIPJiConvertWarpVV Method

Converts a set of X & Y VVs to the new IPJ plane. The Z is assumed to be 0

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public int iConvertWarpVV(
	CVV vv_x,
	CVV vv_y,
	int f_forward
)

public int iConvertWarpVV(
	CVV vv_x,
	CVV vv_y,
	int f_forward
)

Parameters

vv_x
Type: GeoEngine.Core.GXNetXCVV
X VV coordinates converted on output
vv_y
Type: GeoEngine.Core.GXNetXCVV
Y VV 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