See: Description
| Interface | Description |
|---|---|
| FigureOfMerit.Function<T extends Comparable<T>> |
A functional interface for the containing delegate type.
|
| IFigureOfMeritDefinition |
An interface which defines the means by which to get a figure of merit value for the given coverage data and object of interest.
|
| Class | Description |
|---|---|
| CommunicationFigureOfMerit |
A figure of merit based on a
CommunicationObjectScalar representing a link budget parameter
or other communication related value. |
| CoverageGaps |
A figure of merit which provides statistical information regarding gaps in coverage.
|
| CoverageTime |
A figure of merit calculating statistics on the amount of time that coverage exists.
|
| DilutionOfPrecisionFigureOfMerit |
A figure of merit which represents the
DilutionOfPrecision at any given point over time. |
| FigureOfMerit<T extends Comparable<T>> |
A delegate which represents an arbitrary static figure of merit.
|
| GridDescriptiveStatistics |
A figure of merit providing statistical information pertaining to coverage over a grid.
|
| GridTimeSampledValues |
A set of data representing the values of a particular figure of merit sampled over a coverage grid at predefined time intervals.
|
| NavigationAccuracyAssessedFigureOfMerit |
A figure of merit which represents the
NavigationAccuracyAssessed at any given point over time. |
| NavigationAccuracyPredictedFigureOfMerit |
A figure of merit which represents the
NavigationAccuracyPredicted at any given point over time. |
| NumberOfAssets |
A figure of merit which provides statistical information regarding the number of assets
providing coverage.
|
| RadarFigureOfMerit |
A figure of merit based on a
SingleTargetRadarLinkScalar representing a radar parameter
or other radar related value. |
| ResponseTime |
A figure of merit which provides statistical information regarding the time it takes to
gain coverage from a point in time where there is no coverage.
|
| RevisitTime |
A figure of merit which provides statistical information regarding the time it takes to regain coverage
after it has been lost.
|
| TimeSampledValues |
A data set containing scalar figure of merit data for a single grid point sampled over time.
|