 | CIMUProfile Method |
Extract a profile from a grid.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static void Profile(
CGXNETCore gxNetShared,
CIMG img,
double x1,
double y1,
double x2,
double y2,
double samsep,
CVV vv_z
)
public static void Profile(
CGXNETCore gxNetShared,
CIMG img,
double x1,
double y1,
double x2,
double y2,
double samsep,
CVV vv_z
)
Public Shared Sub Profile (
gxNetShared As CGXNETCore,
img As CIMG,
x1 As Double,
y1 As Double,
x2 As Double,
y2 As Double,
samsep As Double,
vv_z As CVV
)
Public Shared Sub Profile (
gxNetShared As CGXNETCore,
img As CIMG,
x1 As Double,
y1 As Double,
x2 As Double,
y2 As Double,
samsep As Double,
vv_z As CVV
)
public:
static void Profile(
CGXNETCore^ gxNetShared,
CIMG^ img,
double x1,
double y1,
double x2,
double y2,
double samsep,
CVV^ vv_z
)
public:
static void Profile(
CGXNETCore^ gxNetShared,
CIMG^ img,
double x1,
double y1,
double x2,
double y2,
double samsep,
CVV^ vv_z
)
static member Profile :
gxNetShared : CGXNETCore *
img : CIMG *
x1 : float *
y1 : float *
x2 : float *
y2 : float *
samsep : float *
vv_z : CVV -> unit
static member Profile :
gxNetShared : CGXNETCore *
img : CIMG *
x1 : float *
y1 : float *
x2 : float *
y2 : float *
samsep : float *
vv_z : CVV -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - img
- Type: GeoEngine.Core.GXNetXCIMG
Input image - x1
- Type: SystemDouble
X1 - y1
- Type: SystemDouble
Y1 - x2
- Type: SystemDouble
X2 - y2
- Type: SystemDouble
Y2 - samsep
- Type: SystemDouble
Sample separation, if 0.0, use grid cell size - vv_z
- Type: GeoEngine.Core.GXNetXCVV
VV in which to place result
Remarks
Returned VV will start at X1,Y1 and will sample
up to X2,Y2 at the specified separation.
See Also