 | CVOXEndGenerateBySubsetPG Method |
Output the voxel, after adding all the subset PGs.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void EndGenerateBySubsetPG(
string name,
double ox,
double oy,
double oz,
double cx,
double cy,
double cz,
CIPJ ipj,
CMETA meta
)
public void EndGenerateBySubsetPG(
string name,
double ox,
double oy,
double oz,
double cx,
double cy,
double cz,
CIPJ ipj,
CMETA meta
)
Public Sub EndGenerateBySubsetPG (
name As String,
ox As Double,
oy As Double,
oz As Double,
cx As Double,
cy As Double,
cz As Double,
ipj As CIPJ,
meta As CMETA
)
Public Sub EndGenerateBySubsetPG (
name As String,
ox As Double,
oy As Double,
oz As Double,
cx As Double,
cy As Double,
cz As Double,
ipj As CIPJ,
meta As CMETA
)
public:
void EndGenerateBySubsetPG(
String^ name,
double ox,
double oy,
double oz,
double cx,
double cy,
double cz,
CIPJ^ ipj,
CMETA^ meta
)
public:
void EndGenerateBySubsetPG(
String^ name,
double ox,
double oy,
double oz,
double cx,
double cy,
double cz,
CIPJ^ ipj,
CMETA^ meta
)
member EndGenerateBySubsetPG :
name : string *
ox : float *
oy : float *
oz : float *
cx : float *
cy : float *
cz : float *
ipj : CIPJ *
meta : CMETA -> unit
member EndGenerateBySubsetPG :
name : string *
ox : float *
oy : float *
oz : float *
cx : float *
cy : float *
cz : float *
ipj : CIPJ *
meta : CMETA -> unit
Parameters
- name
- Type: SystemString
Name of output VOX - ox
- Type: SystemDouble
Origin X - oy
- Type: SystemDouble
Origin Y - oz
- Type: SystemDouble
Origin Z - cx
- Type: SystemDouble
Cell Size X - cy
- Type: SystemDouble
Cell Size Y - cz
- Type: SystemDouble
Cell Size Z - ipj
- Type: GeoEngine.Core.GXNetXCIPJ
Projection - meta
- Type: GeoEngine.Core.GXNetXCMETA
Metadata
RemarksYou must begin by calling InitGenerateBySubsetPG_VOX and add data using AddGenerateBySubsetPG_VOX.
See Also