Click or drag to resize

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
Syntax
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
)

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