public interface ICoverageGridCell
Modifier and Type | Method and Description |
---|---|
Double |
scalarMeasure(JulianDate date,
int dimension)
Returns a scalar measure for the grid cell.
|
@Nullable Double scalarMeasure(@Nonnull JulianDate date, int dimension)
Some examples of scalar measure are: for dimension 1 the perimeter, for dimension 2 the area or surface area, for dimension 3 the volume.
date
- The date at which to evaluate the scalar measure of the grid cell.dimension
- The dimension of the scalar measure requested.null
.