Click or drag to resize

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
Syntax
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
)

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
Remarks
You must begin by calling InitGenerateBySubsetPG_VOX and add data using AddGenerateBySubsetPG_VOX.
See Also