Click or drag to resize

CIMUGridExpFill Method

Extends and fills a grid for FFT2.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void GridExpFill(
	string in_grd,
	string out_grd,
	double p_ex,
	int t_ex
)

public static void GridExpFill(
	string in_grd,
	string out_grd,
	double p_ex,
	int t_ex
)

Parameters

in_grd
Type: SystemString
Name of the input grid
out_grd
Type: SystemString
Name of the output grid
p_ex
Type: SystemDouble
% expansion
t_ex
Type: SystemInt32
Shape of expansion: 0 - rectangle, 1 - square
See Also