 | CPGUDirectGriddingVV Method |
Direct-gridding method, VV version.
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void DirectGriddingVV(
CPG pg,
double xo,
double yo,
double dx,
double dy,
double rot,
CVV v_vx,
CVV v_vy,
CVV v_vz,
int method
)
public static void DirectGriddingVV(
CPG pg,
double xo,
double yo,
double dx,
double dy,
double rot,
CVV v_vx,
CVV v_vy,
CVV v_vz,
int method
)
Public Shared Sub DirectGriddingVV (
pg As CPG,
xo As Double,
yo As Double,
dx As Double,
dy As Double,
rot As Double,
v_vx As CVV,
v_vy As CVV,
v_vz As CVV,
method As Integer
)
Public Shared Sub DirectGriddingVV (
pg As CPG,
xo As Double,
yo As Double,
dx As Double,
dy As Double,
rot As Double,
v_vx As CVV,
v_vy As CVV,
v_vz As CVV,
method As Integer
)
public:
static void DirectGriddingVV(
CPG^ pg,
double xo,
double yo,
double dx,
double dy,
double rot,
CVV^ v_vx,
CVV^ v_vy,
CVV^ v_vz,
int method
)
public:
static void DirectGriddingVV(
CPG^ pg,
double xo,
double yo,
double dx,
double dy,
double rot,
CVV^ v_vx,
CVV^ v_vy,
CVV^ v_vz,
int method
)
static member DirectGriddingVV :
pg : CPG *
xo : float *
yo : float *
dx : float *
dy : float *
rot : float *
v_vx : CVV *
v_vy : CVV *
v_vz : CVV *
method : int -> unit
static member DirectGriddingVV :
pg : CPG *
xo : float *
yo : float *
dx : float *
dy : float *
rot : float *
v_vx : CVV *
v_vy : CVV *
v_vz : CVV *
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). - v_vx
- Type: GeoEngine.Core.GXNetCVV
X locations of values - v_vy
- Type: GeoEngine.Core.GXNetCVV
Y locations of values - v_vz
- Type: GeoEngine.Core.GXNetCVV
Z values to grid - 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