Click or drag to resize

CPJConvertVV Method

Convert VVx/VVy from input projection to output projection.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public void ConvertVV(
	CVV vv_x,
	CVV vv_y
)

public void ConvertVV(
	CVV vv_x,
	CVV vv_y
)

Parameters

vv_x
Type: GeoEngine.Core.GXNetCVV
VVx
vv_y
Type: GeoEngine.Core.GXNetCVV
VVy
Remarks
This function is equivalent to Project_VV.
See Also