 | CIMUGridStitch Method |
Stitches together too grids
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void GridStitch(
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
)
public static void GridStitch(
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
)
Public Shared Sub GridStitch (
grid1 As String,
grid2 As String,
grid3 As String,
method As Integer,
tr_order1 As Integer,
tr_order2 As Integer,
tr_calc As Integer,
gap As Double,
spline As Integer,
path As Integer,
pply As CPLY,
weighting As Double,
width As Integer
)
Public Shared Sub GridStitch (
grid1 As String,
grid2 As String,
grid3 As String,
method As Integer,
tr_order1 As Integer,
tr_order2 As Integer,
tr_calc As Integer,
gap As Double,
spline As Integer,
path As Integer,
pply As CPLY,
weighting As Double,
width As Integer
)
public:
static void GridStitch(
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
)
public:
static void GridStitch(
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
)
static member GridStitch :
grid1 : string *
grid2 : string *
grid3 : string *
method : int *
tr_order1 : int *
tr_order2 : int *
tr_calc : int *
gap : float *
spline : int *
path : int *
pply : CPLY *
weighting : float *
width : int -> unit
static member GridStitch :
grid1 : string *
grid2 : string *
grid3 : string *
method : int *
tr_order1 : int *
tr_order2 : int *
tr_calc : int *
gap : float *
spline : int *
path : int *
pply : CPLY *
weighting : float *
width : int -> unit
Parameters
- 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.GXNetCPLY
PLY object for user path - weighting
- Type: SystemDouble
Correction weighting - width
- Type: SystemInt32
Width of corrections, in grid cells (8 to 256)
See Also