 | CPGUDirectGriddingDB2 Method |
Direct-gridding method, DB version.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntaxpublic static void DirectGriddingDB2(
CGXNETCore gxNetShared,
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(
CGXNETCore gxNetShared,
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 Shared Sub DirectGriddingDB2 (
gxNetShared As CGXNETCore,
pg As CPG,
xo As Double,
yo As Double,
xMax As Double,
yMax 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 DirectGriddingDB2 (
gxNetShared As CGXNETCore,
pg As CPG,
xo As Double,
yo As Double,
xMax As Double,
yMax 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 DirectGriddingDB2(
CGXNETCore^ gxNetShared,
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(
CGXNETCore^ gxNetShared,
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
)
static member DirectGriddingDB2 :
gxNetShared : CGXNETCore *
pg : CPG *
xo : float *
yo : float *
xMax : float *
yMax : float *
dx : float *
dy : float *
rot : float *
db : CDB *
x : int *
y : int *
z : int *
method : int -> unit
static member DirectGriddingDB2 :
gxNetShared : CGXNETCore *
pg : CPG *
xo : float *
yo : float *
xMax : float *
yMax : float *
dx : float *
dy : float *
rot : float *
db : CDB *
x : int *
y : int *
z : int *
method : int -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - pg
- Type: GeoEngine.Core.GXNetXCPG
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.GXNetXCDB
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