public final class RevisitTime extends Object
Modifier and Type | Method and Description |
---|---|
static double |
averageRevisitTime(CoverageQueryResult coverageIntervals)
Computes the average of the gap durations based on the number of gaps.
|
static double |
maximumRevisitTime(CoverageQueryResult coverageIntervals)
Computes the maximum time it takes to regain coverage after it has been lost.
|
static double |
minimumRevisitTime(CoverageQueryResult coverageIntervals)
Computes the minimum time it takes to regain coverage after it has been lost.
|
public static double minimumRevisitTime(@Nonnull CoverageQueryResult coverageIntervals)
coverageIntervals
- The intervals of coverage.public static double maximumRevisitTime(@Nonnull CoverageQueryResult coverageIntervals)
coverageIntervals
- The intervals of coverage.public static double averageRevisitTime(@Nonnull CoverageQueryResult coverageIntervals)
coverageIntervals
- The intervals of coverage.