Click or drag to resize

RevisitTimeMaximumRevisitTime Method

Computes the maximum time it takes to regain coverage after it has been lost.

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 MaximumRevisitTime(
	CoverageQueryResult coverageIntervals
)

Parameters

coverageIntervals
Type: AGI.Foundation.CoverageCoverageQueryResult
The intervals of coverage.

Return Value

Type: Double
The maximum time in seconds to regain coverage after it is lost.
See Also