 | CPGUDirectGriddingDB Method |
Direct-gridding method, DB version.
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void DirectGriddingDB(
CPG pg,
double xo,
double yo,
double dx,
double dy,
double rot,
CDB db,
int x,
int y,
int z,
int method
)
public static void DirectGriddingDB(
CPG pg,
double xo,
double yo,
double dx,
double dy,
double rot,
CDB db,
int x,
int y,
int z,
int method
)
Public Shared Sub DirectGriddingDB (
pg As CPG,
xo As Double,
yo As Double,
dx As Double,
dy As Double,
rot As Double,
db As CDB,
x As Integer,
y As Integer,
z As Integer,
method As Integer
)
Public Shared Sub DirectGriddingDB (
pg As CPG,
xo As Double,
yo As Double,
dx As Double,
dy As Double,
rot As Double,
db As CDB,
x As Integer,
y As Integer,
z As Integer,
method As Integer
)
public:
static void DirectGriddingDB(
CPG^ pg,
double xo,
double yo,
double dx,
double dy,
double rot,
CDB^ db,
int x,
int y,
int z,
int method
)
public:
static void DirectGriddingDB(
CPG^ pg,
double xo,
double yo,
double dx,
double dy,
double rot,
CDB^ db,
int x,
int y,
int z,
int method
)
static member DirectGriddingDB :
pg : CPG *
xo : float *
yo : float *
dx : float *
dy : float *
rot : float *
db : CDB *
x : int *
y : int *
z : int *
method : int -> unit
static member DirectGriddingDB :
pg : CPG *
xo : float *
yo : float *
dx : float *
dy : float *
rot : float *
db : CDB *
x : int *
y : int *
z : int *
method : int -> unit
Parameters
- pg
- Type: GeoEngine.Core.GXNetCPG
Input grid - xo
- Type: SystemDouble
X origin of grid - yo
- Type: SystemDouble
Y origin 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