 | 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
Syntaxpublic void ConvertVV(
CVV vv_x,
CVV vv_y
)
public void ConvertVV(
CVV vv_x,
CVV vv_y
)
Public Sub ConvertVV (
vv_x As CVV,
vv_y As CVV
)
Public Sub ConvertVV (
vv_x As CVV,
vv_y As CVV
)
public:
void ConvertVV(
CVV^ vv_x,
CVV^ vv_y
)
public:
void ConvertVV(
CVV^ vv_x,
CVV^ vv_y
)
member ConvertVV :
vv_x : CVV *
vv_y : CVV -> unit
member ConvertVV :
vv_x : CVV *
vv_y : CVV -> unit
Parameters
- vv_x
- Type: GeoEngine.Core.GXNetXCVV
VVx - vv_y
- Type: GeoEngine.Core.GXNetXCVV
VVy
RemarksThis function is equivalent to Project_VV.
See Also