 | CMULTIGRID3DUTILCreateDoubleConstant Method |
Generate a double MultiVoxset with a constant value
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static void CreateDoubleConstant(
CGXNETCore gxNetShared,
string name,
double value,
double ox,
double oy,
double oz,
double cell_x,
double cell_y,
double cell_z,
int size_x,
int size_y,
int size_z,
CIPJ ipj
)
public static void CreateDoubleConstant(
CGXNETCore gxNetShared,
string name,
double value,
double ox,
double oy,
double oz,
double cell_x,
double cell_y,
double cell_z,
int size_x,
int size_y,
int size_z,
CIPJ ipj
)
Public Shared Sub CreateDoubleConstant (
gxNetShared As CGXNETCore,
name As String,
value As Double,
ox As Double,
oy As Double,
oz As Double,
cell_x As Double,
cell_y As Double,
cell_z As Double,
size_x As Integer,
size_y As Integer,
size_z As Integer,
ipj As CIPJ
)
Public Shared Sub CreateDoubleConstant (
gxNetShared As CGXNETCore,
name As String,
value As Double,
ox As Double,
oy As Double,
oz As Double,
cell_x As Double,
cell_y As Double,
cell_z As Double,
size_x As Integer,
size_y As Integer,
size_z As Integer,
ipj As CIPJ
)
public:
static void CreateDoubleConstant(
CGXNETCore^ gxNetShared,
String^ name,
double value,
double ox,
double oy,
double oz,
double cell_x,
double cell_y,
double cell_z,
int size_x,
int size_y,
int size_z,
CIPJ^ ipj
)
public:
static void CreateDoubleConstant(
CGXNETCore^ gxNetShared,
String^ name,
double value,
double ox,
double oy,
double oz,
double cell_x,
double cell_y,
double cell_z,
int size_x,
int size_y,
int size_z,
CIPJ^ ipj
)
static member CreateDoubleConstant :
gxNetShared : CGXNETCore *
name : string *
value : float *
ox : float *
oy : float *
oz : float *
cell_x : float *
cell_y : float *
cell_z : float *
size_x : int *
size_y : int *
size_z : int *
ipj : CIPJ -> unit
static member CreateDoubleConstant :
gxNetShared : CGXNETCore *
name : string *
value : float *
ox : float *
oy : float *
oz : float *
cell_x : float *
cell_y : float *
cell_z : float *
size_x : int *
size_y : int *
size_z : int *
ipj : CIPJ -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - name
- Type: SystemString
Name of output Voxel File - value
- Type: SystemDouble
Constant Value to use - DUMMY for a trully sparse grid3d - ox
- Type: SystemDouble
Origin X - oy
- Type: SystemDouble
Origin Y - oz
- Type: SystemDouble
Origin Z - cell_x
- Type: SystemDouble
Cell Size X - cell_y
- Type: SystemDouble
Cell Size Y - cell_z
- Type: SystemDouble
Cell Size Z - size_x
- Type: SystemInt32
Cell Count X - size_y
- Type: SystemInt32
Cell Count Y - size_z
- Type: SystemInt32
Cell Count Z - ipj
- Type: GeoEngine.Core.GXNetXCIPJ
Projection
See Also