 | CMULTIGRID3DUTILCreateVectorConstant Method |
Generate a double MultiVoxset with a constant value
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void CreateVectorConstant(
string name,
double value_x,
double value_y,
double value_z,
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 CreateVectorConstant(
string name,
double value_x,
double value_y,
double value_z,
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 CreateVectorConstant (
name As String,
value_x As Double,
value_y As Double,
value_z 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 CreateVectorConstant (
name As String,
value_x As Double,
value_y As Double,
value_z 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 CreateVectorConstant(
String^ name,
double value_x,
double value_y,
double value_z,
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 CreateVectorConstant(
String^ name,
double value_x,
double value_y,
double value_z,
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 CreateVectorConstant :
name : string *
value_x : float *
value_y : float *
value_z : 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 CreateVectorConstant :
name : string *
value_x : float *
value_y : float *
value_z : 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
- name
- Type: SystemString
Name of output Voxel File - value_x
- Type: SystemDouble
X Constant Value to use - DUMMY for a trully sparse grid3d - value_y
- Type: SystemDouble
Y Constant Value to use - DUMMY for a trully sparse grid3d - value_z
- Type: SystemDouble
Z 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.GXNetCIPJ
Projection
See Also