 | CIMUProfileVV Method |
Extract a VV profile from a grid.
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void ProfileVV(
CIMG img,
CVV vv_x,
CVV vv_y,
CVV vv_z
)
public static void ProfileVV(
CIMG img,
CVV vv_x,
CVV vv_y,
CVV vv_z
)
Public Shared Sub ProfileVV (
img As CIMG,
vv_x As CVV,
vv_y As CVV,
vv_z As CVV
)
Public Shared Sub ProfileVV (
img As CIMG,
vv_x As CVV,
vv_y As CVV,
vv_z As CVV
)
public:
static void ProfileVV(
CIMG^ img,
CVV^ vv_x,
CVV^ vv_y,
CVV^ vv_z
)
public:
static void ProfileVV(
CIMG^ img,
CVV^ vv_x,
CVV^ vv_y,
CVV^ vv_z
)
static member ProfileVV :
img : CIMG *
vv_x : CVV *
vv_y : CVV *
vv_z : CVV -> unit
static member ProfileVV :
img : CIMG *
vv_x : CVV *
vv_y : CVV *
vv_z : CVV -> unit
Parameters
- img
- Type: GeoEngine.Core.GXNetCIMG
Input image - vv_x
- Type: GeoEngine.Core.GXNetCVV
X VV coordinates - vv_y
- Type: GeoEngine.Core.GXNetCVV
Y VV coordinates - vv_z
- Type: GeoEngine.Core.GXNetCVV
VV in which to place result
See Also