Click or drag to resize

CIMUGridExpand Method

Expand a grid and place dummies in the area beyond the original edges.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static void GridExpand(
	CGXNETCore gxNetShared,
	CIMG im_gi,
	string out,
	double per,
	int shape,
	int x,
	int y
)

public static void GridExpand(
	CGXNETCore gxNetShared,
	CIMG im_gi,
	string out,
	double per,
	int shape,
	int x,
	int y
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
im_gi
Type: GeoEngine.Core.GXNetXCIMG
Image of input grid
out
Type: SystemString
File name of output grid
per
Type: SystemDouble
Minimum percentage to expand the grid by
shape
Type: SystemInt32
<define>IMU_EXPAND_SHAPE</define>
x
Type: SystemInt32
X Dimension the output grid is expanded to
y
Type: SystemInt32
Y Dimension the output grid is expanded to
Remarks
The IMG parameter MUST be of type <define>GS_FLOAT</define>! If not, the method will terminate.
See Also