| Package | Description | 
|---|---|
| agi.foundation.coverage.figureofmerit | 
 Contains types for computing statistical data on coverage calculations. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CommunicationFigureOfMerit
A figure of merit based on a  
CommunicationObjectScalar representing a link budget parameter
 or other communication related value. | 
class  | 
DilutionOfPrecisionFigureOfMerit
A figure of merit which represents the  
DilutionOfPrecision at any given point over time. | 
class  | 
NavigationAccuracyAssessedFigureOfMerit
A figure of merit which represents the  
NavigationAccuracyAssessed at any given point over time. | 
class  | 
NavigationAccuracyPredictedFigureOfMerit
A figure of merit which represents the  
NavigationAccuracyPredicted at any given point over time. | 
class  | 
RadarFigureOfMerit
A figure of merit based on a  
SingleTargetRadarLinkScalar representing a radar parameter
 or other radar related value. | 
| Modifier and Type | Method and Description | 
|---|---|
static <T extends IFigureOfMeritDefinition> | 
GridTimeSampledValues.computeData(CoverageResults grid,
           List<T> figuresOfMerit,
           TimeInterval interval,
           Duration step)
Compute figure of merit over the coverage grid. 
 | 
static <T extends IFigureOfMeritDefinition> | 
GridTimeSampledValues.computeData(CoverageResults grid,
           List<T> figuresOfMerit,
           TimeInterval interval,
           Duration step,
           ITrackCalculationProgress tracker)
Compute figure of merit over the coverage grid. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static GridTimeSampledValues | 
GridTimeSampledValues.computeData(CoverageResults grid,
           IFigureOfMeritDefinition figureOfMerit,
           TimeInterval interval,
           Duration step)
Compute figure of merit over the coverage grid. 
 | 
static GridTimeSampledValues | 
GridTimeSampledValues.computeData(CoverageResults grid,
           IFigureOfMeritDefinition figureOfMerit,
           TimeInterval interval,
           Duration step,
           ITrackCalculationProgress tracker)
Compute figure of merit over the coverage grid. 
 | 
static GridTimeSampledValues | 
GridDescriptiveStatistics.computeFigureOfMeritData(CoverageResults grid,
                        IFigureOfMeritDefinition figureOfMerit,
                        TimeInterval interval,
                        Duration stepSize)
Compute the given figure of merit over the coverage grid. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static List<GridTimeSampledValues> | 
GridDescriptiveStatistics.computeFigureOfMeritData(CoverageResults grid,
                        List<IFigureOfMeritDefinition> figuresOfMerit,
                        TimeInterval interval,
                        Duration stepSize)
Compute the given figure of merit over the coverage grid. 
 |