Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
double? ScalarMeasure(
	JulianDate date,
	int dimension
)

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: NullableDouble
The 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