 | 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
Syntaxpublic 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
)
Public Shared Function rComputeCellSize (
gxNetShared As CGXNETCore,
min_x As Double,
min_y As Double,
min_z As Double,
max_x As Double,
max_y As Double,
max_z As Double
) As Double
Public Shared Function rComputeCellSize (
gxNetShared As CGXNETCore,
min_x As Double,
min_y As Double,
min_z As Double,
max_x As Double,
max_y As Double,
max_z As Double
) As Double
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
)
static member rComputeCellSize :
gxNetShared : CGXNETCore *
min_x : float *
min_y : float *
min_z : float *
max_x : float *
max_y : float *
max_z : float -> float
static member rComputeCellSize :
gxNetShared : CGXNETCore *
min_x : float *
min_y : float *
min_z : float *
max_x : float *
max_y : float *
max_z : float -> float
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:
DoubleCell Size
See Also