Click or drag to resize

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
Syntax
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
)

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