Click or drag to resize

RevisitTime Class

A figure of merit which provides statistical information regarding the time it takes to regain coverage after it has been lost.
Inheritance Hierarchy
SystemObject
  AGI.Foundation.Coverage.FigureOfMeritRevisitTime

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 class RevisitTime

The RevisitTime type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAverageRevisitTime
Computes the average of the gap durations based on the number of gaps.
Public methodStatic memberMaximumRevisitTime
Computes the maximum time it takes to regain coverage after it has been lost.
Public methodStatic memberMinimumRevisitTime
Computes the minimum time it takes to regain coverage after it has been lost.
Top
See Also