Click or drag to resize

CIMUGridExpand Method

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

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

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

Parameters

im_gi
Type: GeoEngine.Core.GXNetCIMG
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