 | CIMUGridReprojectAndWindow Method |
Create a new grid by reprojecting an existing grid and windowing its contents
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static void GridReprojectAndWindow(
CGXNETCore gxNetShared,
string input_grid_filename,
string output_grid_filename,
CIPJ new_projection,
double min_x,
double max_x,
double min_y,
double max_y
)
public static void GridReprojectAndWindow(
CGXNETCore gxNetShared,
string input_grid_filename,
string output_grid_filename,
CIPJ new_projection,
double min_x,
double max_x,
double min_y,
double max_y
)
Public Shared Sub GridReprojectAndWindow (
gxNetShared As CGXNETCore,
input_grid_filename As String,
output_grid_filename As String,
new_projection As CIPJ,
min_x As Double,
max_x As Double,
min_y As Double,
max_y As Double
)
Public Shared Sub GridReprojectAndWindow (
gxNetShared As CGXNETCore,
input_grid_filename As String,
output_grid_filename As String,
new_projection As CIPJ,
min_x As Double,
max_x As Double,
min_y As Double,
max_y As Double
)
public:
static void GridReprojectAndWindow(
CGXNETCore^ gxNetShared,
String^ input_grid_filename,
String^ output_grid_filename,
CIPJ^ new_projection,
double min_x,
double max_x,
double min_y,
double max_y
)
public:
static void GridReprojectAndWindow(
CGXNETCore^ gxNetShared,
String^ input_grid_filename,
String^ output_grid_filename,
CIPJ^ new_projection,
double min_x,
double max_x,
double min_y,
double max_y
)
static member GridReprojectAndWindow :
gxNetShared : CGXNETCore *
input_grid_filename : string *
output_grid_filename : string *
new_projection : CIPJ *
min_x : float *
max_x : float *
min_y : float *
max_y : float -> unit
static member GridReprojectAndWindow :
gxNetShared : CGXNETCore *
input_grid_filename : string *
output_grid_filename : string *
new_projection : CIPJ *
min_x : float *
max_x : float *
min_y : float *
max_y : float -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - input_grid_filename
- Type: SystemString
Input grid filename - output_grid_filename
- Type: SystemString
Output grid filename - new_projection
- Type: GeoEngine.Core.GXNetXCIPJ
Output grid projection - min_x
- Type: SystemDouble
Window minX (in output projection) - max_x
- Type: SystemDouble
Window maxX (in output projection) - min_y
- Type: SystemDouble
Window minY (in output projection) - max_y
- Type: SystemDouble
Window maxY (in output projection)
See Also