Click or drag to resize
CIMUGridReprojectAndWindow Method
Create a new grid by reprojecting an existing grid and windowing its contents

Available since Oasis montaj version: 7.3.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public static void GridReprojectAndWindow(
	string str1,
	string str2,
	CIPJ oIPJ3,
	double d4,
	double d5,
	double d6,
	double d7
)

Parameters

str1
Type: SystemString
Input grid filename
str2
Type: SystemString
Output grid filename
oIPJ3
Type: GeoEngine.Core.GXNetCIPJ
Output grid projection
d4
Type: SystemDouble
Window minX (in output projection)
d5
Type: SystemDouble
Window maxX (in output projection)
d6
Type: SystemDouble
Window minY (in output projection)
d7
Type: SystemDouble
Window maxY (in output projection)
See Also