 | CVOXGenerateConstantValueVV Method |
Note: This API is now obsolete.
Generate a VOX with a constant value, cells sizes passed in VVs.
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2025.1.0.25
Syntax[ObsoleteAttribute("Deprecated since unknown, ")]
public static CVOX GenerateConstantValueVV(
string name,
double value,
int type,
double ox,
double oy,
double oz,
CVV cx,
CVV cy,
CVV cz,
CIPJ ipj,
CMETA meta
)
[ObsoleteAttribute("Deprecated since unknown, ")]
public static CVOX GenerateConstantValueVV(
string name,
double value,
int type,
double ox,
double oy,
double oz,
CVV cx,
CVV cy,
CVV cz,
CIPJ ipj,
CMETA meta
)
<ObsoleteAttribute("Deprecated since unknown, ")>
Public Shared Function GenerateConstantValueVV (
name As String,
value As Double,
type As Integer,
ox As Double,
oy As Double,
oz As Double,
cx As CVV,
cy As CVV,
cz As CVV,
ipj As CIPJ,
meta As CMETA
) As CVOX
<ObsoleteAttribute("Deprecated since unknown, ")>
Public Shared Function GenerateConstantValueVV (
name As String,
value As Double,
type As Integer,
ox As Double,
oy As Double,
oz As Double,
cx As CVV,
cy As CVV,
cz As CVV,
ipj As CIPJ,
meta As CMETA
) As CVOX
public:
[ObsoleteAttribute(L"Deprecated since unknown, ")]
static CVOX^ GenerateConstantValueVV(
String^ name,
double value,
int type,
double ox,
double oy,
double oz,
CVV^ cx,
CVV^ cy,
CVV^ cz,
CIPJ^ ipj,
CMETA^ meta
)
public:
[ObsoleteAttribute(L"Deprecated since unknown, ")]
static CVOX^ GenerateConstantValueVV(
String^ name,
double value,
int type,
double ox,
double oy,
double oz,
CVV^ cx,
CVV^ cy,
CVV^ cz,
CIPJ^ ipj,
CMETA^ meta
)
[<ObsoleteAttribute("Deprecated since unknown, ")>]
static member GenerateConstantValueVV :
name : string *
value : float *
type : int *
ox : float *
oy : float *
oz : float *
cx : CVV *
cy : CVV *
cz : CVV *
ipj : CIPJ *
meta : CMETA -> CVOX
[<ObsoleteAttribute("Deprecated since unknown, ")>]
static member GenerateConstantValueVV :
name : string *
value : float *
type : int *
ox : float *
oy : float *
oz : float *
cx : CVV *
cy : CVV *
cz : CVV *
ipj : CIPJ *
meta : CMETA -> CVOX
Parameters
- name
- Type: SystemString
Name of output VOX - value
- Type: SystemDouble
The Value to use - type
- Type: SystemInt32
<define>GS_TYPES</define> - ox
- Type: SystemDouble
Origin X - oy
- Type: SystemDouble
Origin Y - oz
- Type: SystemDouble
Origin Z - cx
- Type: GeoEngine.Core.GXNetCVV
Cell Sizes X - cy
- Type: GeoEngine.Core.GXNetCVV
Cell Sizes Y - cz
- Type: GeoEngine.Core.GXNetCVV
Cell Sizes Z - ipj
- Type: GeoEngine.Core.GXNetCIPJ
Projection - meta
- Type: GeoEngine.Core.GXNetCMETA
Metadata
Return Value
Type:
CVOXVOX Object
See Also