Package | Description |
---|---|
agi.foundation.coverage |
Contains types for computing complex access calculations between many different objects simultaneously.
|
agi.foundation.coverage.figureofmerit |
Contains types for computing statistical data on coverage calculations.
|
Modifier and Type | Method and Description |
---|---|
CoverageResults |
CoverageResults.applyFilter(CoverageFilter filter)
Applies the given filter to this result and returns a new result.
|
CoverageResults |
ContinuousCoverageDefinition.computeCoverageOverTheGrid(JulianDate start,
JulianDate stop)
Computes the
CoverageResults which stores the results of this calculation for the whole grid. |
CoverageResults |
DiscreteCoverageDefinition.computeCoverageOverTheGrid(JulianDate start,
JulianDate stop,
Duration step)
Computes the
CoverageResults which stores the results of this calculation for the whole grid. |
CoverageResults |
DiscreteCoverageDefinition.computeCoverageOverTheGrid(JulianDate start,
JulianDate stop,
Duration step,
ITrackCalculationProgress tracker)
Computes the
CoverageResults which stores the results of this calculation for the whole grid. |
CoverageResults |
ContinuousCoverageDefinition.computeCoverageOverTheGrid(JulianDate start,
JulianDate stop,
ITrackCalculationProgress tracker)
Computes the
CoverageResults which stores the results of this calculation for the whole grid. |
CoverageResults |
ContinuousCoverageDefinition.computeCoverageOverTheGrid(TimeIntervalCollection consideredIntervals)
Computes the
CoverageResults which stores the results of this calculation for the whole grid. |
CoverageResults |
DiscreteCoverageDefinition.computeCoverageOverTheGrid(TimeIntervalCollection consideredIntervals,
Duration step)
Computes the
CoverageResults which stores the results of this calculation for the whole grid. |
CoverageResults |
DiscreteCoverageDefinition.computeCoverageOverTheGrid(TimeIntervalCollection consideredIntervals,
Duration step,
ITrackCalculationProgress tracker)
Computes the
CoverageResults which stores the results of this calculation for the whole grid. |
CoverageResults |
ContinuousCoverageDefinition.computeCoverageOverTheGrid(TimeIntervalCollection consideredIntervals,
ITrackCalculationProgress tracker)
Computes the
CoverageResults which stores the results of this calculation for the whole 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 <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.
|
static GridTimeSampledValues |
GridDescriptiveStatistics.computeFigureOfMeritData(CoverageResults grid,
IFigureOfMeritDefinition figureOfMerit,
TimeInterval interval,
Duration stepSize)
Compute the given figure of merit over the coverage grid.
|
static List<GridTimeSampledValues> |
GridDescriptiveStatistics.computeFigureOfMeritData(CoverageResults grid,
List<IFigureOfMeritDefinition> figuresOfMerit,
TimeInterval interval,
Duration stepSize)
Compute the given figure of merit over the coverage grid.
|