Click or drag to resize

CMULTIGRID3DUTILCreateThematicConstantVV Method

Generate a double MultiVoxset with a constant value and non-uniform cell sizes

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void CreateThematicConstantVV(
	string name,
	int value,
	double ox,
	double oy,
	double oz,
	CVV cx,
	CVV cy,
	CVV cz,
	CIPJ ipj
)

public static void CreateThematicConstantVV(
	string name,
	int value,
	double ox,
	double oy,
	double oz,
	CVV cx,
	CVV cy,
	CVV cz,
	CIPJ ipj
)

Parameters

name
Type: SystemString
Name of output Voxel
value
Type: SystemInt32
The contant Value to fill with - DUMMY for a trully sparse grid3d
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
See Also