ICoverageGridCellScalarMeasure Method |
Returns a scalar measure for the grid cell. The dimension parameter indicates the spatial dimension.
Namespace:
AGI.Foundation.Geometry.Discrete
Assembly:
AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax double? ScalarMeasure(
JulianDate date,
int dimension
)
Function ScalarMeasure (
date As JulianDate,
dimension As Integer
) As Double?
Nullable<double> ScalarMeasure(
JulianDate date,
int dimension
)
abstract ScalarMeasure :
date : JulianDate *
dimension : int -> Nullable<float>
Parameters
- date
- Type: AGI.Foundation.TimeJulianDate
The date at which to evaluate the scalar measure of the grid cell. - dimension
- Type: SystemInt32
The dimension of the scalar measure requested.
Return Value
Type:
NullableDoubleThe scalar measure, if available; otherwise
.
Remarks Some examples of scalar measure are: for dimension 1 the perimeter, for dimension 2 the area or surface area, for dimension 3 the volume.
See Also