Click or drag to resize

CVOXrComputeCellSize Method

Compute the Cell size based on specific Area

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static double rComputeCellSize(
	CGXNETCore gxNetShared,
	double min_x,
	double min_y,
	double min_z,
	double max_x,
	double max_y,
	double max_z
)

public static double rComputeCellSize(
	CGXNETCore gxNetShared,
	double min_x,
	double min_y,
	double min_z,
	double max_x,
	double max_y,
	double max_z
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
min_x
Type: SystemDouble
MinX
min_y
Type: SystemDouble
MinY
min_z
Type: SystemDouble
MinZ
max_x
Type: SystemDouble
MaxX
max_y
Type: SystemDouble
MaxY
max_z
Type: SystemDouble
MaxZ

Return Value

Type: Double
Cell Size
See Also