Click or drag to resize

CPGUDirectGriddingDB2 Method

Direct-gridding method, DB version.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void DirectGriddingDB2(
	CPG pg,
	double xo,
	double yo,
	double xMax,
	double yMax,
	double dx,
	double dy,
	double rot,
	CDB db,
	int x,
	int y,
	int z,
	int method
)

public static void DirectGriddingDB2(
	CPG pg,
	double xo,
	double yo,
	double xMax,
	double yMax,
	double dx,
	double dy,
	double rot,
	CDB db,
	int x,
	int y,
	int z,
	int method
)

Parameters

pg
Type: GeoEngine.Core.GXNetCPG
Input grid
xo
Type: SystemDouble
X origin of grid
yo
Type: SystemDouble
Y origin of grid
xMax
Type: SystemDouble
X extent of grid
yMax
Type: SystemDouble
Y extent of grid
dx
Type: SystemDouble
X cell size
dy
Type: SystemDouble
Y cell size
rot
Type: SystemDouble
Rotation angle (degrees CCW).
db
Type: GeoEngine.Core.GXNetCDB
Database
x
Type: SystemInt32
X Channel [READONLY]
y
Type: SystemInt32
Y Channel [READONLY]
z
Type: SystemInt32
Data Channel [READONLY]
method
Type: SystemInt32
<define>PGU_DIRECTGRID</define>
Remarks
Grid cells take on the specified statistic of the values inside the cell area. Grid cells containing no data values are set to dummy.
See Also