 | CIMUGridWind2 Method |
Window a grid.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static void GridWind2(
CGXNETCore gxNetShared,
CIMG img,
string out,
double xmin,
double xmax,
double ymin,
double ymax,
double zmin,
double zmax,
int clip
)
public static void GridWind2(
CGXNETCore gxNetShared,
CIMG img,
string out,
double xmin,
double xmax,
double ymin,
double ymax,
double zmin,
double zmax,
int clip
)
Public Shared Sub GridWind2 (
gxNetShared As CGXNETCore,
img As CIMG,
out As String,
xmin As Double,
xmax As Double,
ymin As Double,
ymax As Double,
zmin As Double,
zmax As Double,
clip As Integer
)
Public Shared Sub GridWind2 (
gxNetShared As CGXNETCore,
img As CIMG,
out As String,
xmin As Double,
xmax As Double,
ymin As Double,
ymax As Double,
zmin As Double,
zmax As Double,
clip As Integer
)
public:
static void GridWind2(
CGXNETCore^ gxNetShared,
CIMG^ img,
String^ out,
double xmin,
double xmax,
double ymin,
double ymax,
double zmin,
double zmax,
int clip
)
public:
static void GridWind2(
CGXNETCore^ gxNetShared,
CIMG^ img,
String^ out,
double xmin,
double xmax,
double ymin,
double ymax,
double zmin,
double zmax,
int clip
)
static member GridWind2 :
gxNetShared : CGXNETCore *
img : CIMG *
out : string *
xmin : float *
xmax : float *
ymin : float *
ymax : float *
zmin : float *
zmax : float *
clip : int -> unit
static member GridWind2 :
gxNetShared : CGXNETCore *
img : CIMG *
out : string *
xmin : float *
xmax : float *
ymin : float *
ymax : float *
zmin : float *
zmax : float *
clip : int -> 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 - xmin
- Type: SystemDouble
Minimum X, ground units (can be <define>rDUMMY</define>) - xmax
- Type: SystemDouble
Maximum X (can be <define>rDUMMY</define>) - ymin
- Type: SystemDouble
Minimum Y (can be <define>rDUMMY</define>) - ymax
- Type: SystemDouble
Maximum Y (can be <define>rDUMMY</define>) - zmin
- Type: SystemDouble
Minimum Z (can be <define>rDUMMY</define>) - zmax
- Type: SystemDouble
Maximum Z (can be <define>rDUMMY</define>) - clip
- Type: SystemInt32
<define>IMU_WIND_DUMMIES</define>
Remarks
To change the cell size or work in a different projection,
first inherit the IMG by calling
The windowed grid will be adjusted/expanded to include the
defined area and line up on an even grid cell.
See Also