 | CIMUGridExpFill Method |
Extends and fills a grid for FFT2.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static void GridExpFill(
CGXNETCore gxNetShared,
string in_grd,
string out_grd,
double p_ex,
int t_ex
)
public static void GridExpFill(
CGXNETCore gxNetShared,
string in_grd,
string out_grd,
double p_ex,
int t_ex
)
Public Shared Sub GridExpFill (
gxNetShared As CGXNETCore,
in_grd As String,
out_grd As String,
p_ex As Double,
t_ex As Integer
)
Public Shared Sub GridExpFill (
gxNetShared As CGXNETCore,
in_grd As String,
out_grd As String,
p_ex As Double,
t_ex As Integer
)
public:
static void GridExpFill(
CGXNETCore^ gxNetShared,
String^ in_grd,
String^ out_grd,
double p_ex,
int t_ex
)
public:
static void GridExpFill(
CGXNETCore^ gxNetShared,
String^ in_grd,
String^ out_grd,
double p_ex,
int t_ex
)
static member GridExpFill :
gxNetShared : CGXNETCore *
in_grd : string *
out_grd : string *
p_ex : float *
t_ex : int -> unit
static member GridExpFill :
gxNetShared : CGXNETCore *
in_grd : string *
out_grd : string *
p_ex : float *
t_ex : int -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - 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