Click or drag to resize
CIMUGridStitch Method
Stitches together too grids

Available since Oasis montaj version: 5.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public static void GridStitch(
	CGXNETCore gxNetShared,
	string grid1,
	string grid2,
	string grid3,
	int method,
	int tr_order1,
	int tr_order2,
	int tr_calc,
	double gap,
	int spline,
	int path,
	CPLY pply,
	double weighting,
	int width
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
grid1
Type: SystemString
Input Grid1 name
grid2
Type: SystemString
Input Grid2 name
grid3
Type: SystemString
Output Grid name
method
Type: SystemInt32
Stitching method
tr_order1
Type: SystemInt32
Grid 1 trend removal order
tr_order2
Type: SystemInt32
Grid 2 trend removal order
tr_calc
Type: SystemInt32
Trend removal type of points to use
gap
Type: SystemDouble
Gap for interpolation
spline
Type: SystemInt32
Interpolation spline method
path
Type: SystemInt32
Path selection
pply
Type: GeoEngine.Core.GXNetXCPLY
PLY object for user path
weighting
Type: SystemDouble
Correction weighting
width
Type: SystemInt32
Width of corrections, in grid cells (8 to 256)
See Also