Click or drag to resize

CPJConvertVV Method

Convert VVx/VVy from input projection to output projection.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.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.GXNetXCVV
VVx
vv_y
Type: GeoEngine.Core.GXNetXCVV
VVy
Remarks
This function is equivalent to Project_VV.
See Also