Click or drag to resize

GridDescriptiveStatisticsInstantaneousPercentCovered Method

Computes the percentage of the grid that is covered at the given time based on whether each individual grid point representing a given area is covered.

Namespace:  AGI.Foundation.Coverage.FigureOfMerit
Assembly:  AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static double InstantaneousPercentCovered(
	IEnumerable<CoverageGridPointWithResults> gridPoints,
	JulianDate time
)

Parameters

gridPoints
Type: System.Collections.GenericIEnumerableCoverageGridPointWithResults
The data on the coverage intervals to analyze.
time
Type: AGI.Foundation.TimeJulianDate
The time of interest.

Return Value

Type: Double
The percent of grid which is covered at the given time.
See Also