 | 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
Syntaxpublic 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
)
Public Shared Sub GridExpFill (
in_grd As String,
out_grd As String,
p_ex As Double,
t_ex As Integer
)
Public Shared Sub GridExpFill (
in_grd As String,
out_grd As String,
p_ex As Double,
t_ex As Integer
)
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
)
static member GridExpFill :
in_grd : string *
out_grd : string *
p_ex : float *
t_ex : int -> unit
static member GridExpFill :
in_grd : string *
out_grd : string *
p_ex : float *
t_ex : int -> unit
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