 | CMULTIGRID3DUTILCreateThematicConstantVV Method |
Generate a double MultiVoxset with a constant value and non-uniform cell sizes
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static void CreateThematicConstantVV(
CGXNETCore gxNetShared,
string name,
int value,
double ox,
double oy,
double oz,
CVV cx,
CVV cy,
CVV cz,
CIPJ ipj
)
public static void CreateThematicConstantVV(
CGXNETCore gxNetShared,
string name,
int value,
double ox,
double oy,
double oz,
CVV cx,
CVV cy,
CVV cz,
CIPJ ipj
)
Public Shared Sub CreateThematicConstantVV (
gxNetShared As CGXNETCore,
name As String,
value As Integer,
ox As Double,
oy As Double,
oz As Double,
cx As CVV,
cy As CVV,
cz As CVV,
ipj As CIPJ
)
Public Shared Sub CreateThematicConstantVV (
gxNetShared As CGXNETCore,
name As String,
value As Integer,
ox As Double,
oy As Double,
oz As Double,
cx As CVV,
cy As CVV,
cz As CVV,
ipj As CIPJ
)
public:
static void CreateThematicConstantVV(
CGXNETCore^ gxNetShared,
String^ name,
int value,
double ox,
double oy,
double oz,
CVV^ cx,
CVV^ cy,
CVV^ cz,
CIPJ^ ipj
)
public:
static void CreateThematicConstantVV(
CGXNETCore^ gxNetShared,
String^ name,
int value,
double ox,
double oy,
double oz,
CVV^ cx,
CVV^ cy,
CVV^ cz,
CIPJ^ ipj
)
static member CreateThematicConstantVV :
gxNetShared : CGXNETCore *
name : string *
value : int *
ox : float *
oy : float *
oz : float *
cx : CVV *
cy : CVV *
cz : CVV *
ipj : CIPJ -> unit
static member CreateThematicConstantVV :
gxNetShared : CGXNETCore *
name : string *
value : int *
ox : float *
oy : float *
oz : float *
cx : CVV *
cy : CVV *
cz : CVV *
ipj : CIPJ -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - name
- Type: SystemString
Name of output Voxel - value
- Type: SystemInt32
The contant Value to fill with - DUMMY for a trully sparse grid3d - ox
- Type: SystemDouble
Origin X - oy
- Type: SystemDouble
Origin Y - oz
- Type: SystemDouble
Origin Z - cx
- Type: GeoEngine.Core.GXNetXCVV
Cell Sizes X - cy
- Type: GeoEngine.Core.GXNetXCVV
Cell Sizes Y - cz
- Type: GeoEngine.Core.GXNetXCVV
Cell Sizes Z - ipj
- Type: GeoEngine.Core.GXNetXCIPJ
Projection
See Also