 | 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
Syntaxpublic 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
)
Public Shared Sub GridExpand (
gxNetShared As CGXNETCore,
im_gi As CIMG,
out As String,
per As Double,
shape As Integer,
x As Integer,
y As Integer
)
Public Shared Sub GridExpand (
gxNetShared As CGXNETCore,
im_gi As CIMG,
out As String,
per As Double,
shape As Integer,
x As Integer,
y As Integer
)
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
)
static member GridExpand :
gxNetShared : CGXNETCore *
im_gi : CIMG *
out : string *
per : float *
shape : int *
x : int *
y : int -> unit
static member GridExpand :
gxNetShared : CGXNETCore *
im_gi : CIMG *
out : string *
per : float *
shape : int *
x : int *
y : int -> unit
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