 | CIMUGridWind Method |
Create a grid using a defined area window
within a larger grid.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static void GridWind(
CGXNETCore gxNetShared,
CIMG img,
string out,
int coord,
double xmin,
double xmax,
double ymin,
double ymax,
double zmin,
double zmax,
double csize,
int clip,
int dec,
string mdf
)
public static void GridWind(
CGXNETCore gxNetShared,
CIMG img,
string out,
int coord,
double xmin,
double xmax,
double ymin,
double ymax,
double zmin,
double zmax,
double csize,
int clip,
int dec,
string mdf
)
Public Shared Sub GridWind (
gxNetShared As CGXNETCore,
img As CIMG,
out As String,
coord As Integer,
xmin As Double,
xmax As Double,
ymin As Double,
ymax As Double,
zmin As Double,
zmax As Double,
csize As Double,
clip As Integer,
dec As Integer,
mdf As String
)
Public Shared Sub GridWind (
gxNetShared As CGXNETCore,
img As CIMG,
out As String,
coord As Integer,
xmin As Double,
xmax As Double,
ymin As Double,
ymax As Double,
zmin As Double,
zmax As Double,
csize As Double,
clip As Integer,
dec As Integer,
mdf As String
)
public:
static void GridWind(
CGXNETCore^ gxNetShared,
CIMG^ img,
String^ out,
int coord,
double xmin,
double xmax,
double ymin,
double ymax,
double zmin,
double zmax,
double csize,
int clip,
int dec,
String^ mdf
)
public:
static void GridWind(
CGXNETCore^ gxNetShared,
CIMG^ img,
String^ out,
int coord,
double xmin,
double xmax,
double ymin,
double ymax,
double zmin,
double zmax,
double csize,
int clip,
int dec,
String^ mdf
)
static member GridWind :
gxNetShared : CGXNETCore *
img : CIMG *
out : string *
coord : int *
xmin : float *
xmax : float *
ymin : float *
ymax : float *
zmin : float *
zmax : float *
csize : float *
clip : int *
dec : int *
mdf : string -> unit
static member GridWind :
gxNetShared : CGXNETCore *
img : CIMG *
out : string *
coord : int *
xmin : float *
xmax : float *
ymin : float *
ymax : float *
zmin : float *
zmax : float *
csize : float *
clip : int *
dec : int *
mdf : string -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - img
- Type: GeoEngine.Core.GXNetXCIMG
Image of input grid - out
- Type: SystemString
Name of output grid file - coord
- Type: SystemInt32
<define>IMU_WIND_COORD</define> - xmin
- Type: SystemDouble
Min. limit of window in X direction (can be <define>rDUMMY</define>) - xmax
- Type: SystemDouble
Max. limit of window in X direction (can be <define>rDUMMY</define>) - ymin
- Type: SystemDouble
Min. limit of window in Y direction (can be <define>rDUMMY</define>) - ymax
- Type: SystemDouble
Max. limit of window in Y direction (can be <define>rDUMMY</define>) - zmin
- Type: SystemDouble
Minimum Z data value in output grid (can be <define>rDUMMY</define>) - zmax
- Type: SystemDouble
Maximum Z data value in output grid (can be <define>rDUMMY</define>) - csize
- Type: SystemDouble
New grid cell size - clip
- Type: SystemInt32
<define>IMU_WIND_DUMMIES</define> - dec
- Type: SystemInt32
Decimation factor - mdf
- Type: SystemString
Name of .MDF file for data clipping
See Also