Click or drag to resize

EllipsoidSurfaceRegionCoverageGridCellScalarMeasure 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
public virtual 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 .

Implements

ICoverageGridCellScalarMeasure(JulianDate, Int32)
Remarks
This grid cell can return the perimeter (dimension 1) and surface area (dimension 2). It will return otherwise.
See Also