| Package | Description |
|---|---|
| agi.foundation.coverage |
Contains types for computing complex access calculations between many different objects simultaneously.
|
| Modifier and Type | Method and Description |
|---|---|
CoverageFilter |
CoverageDefinitionOnSingleObject.getFilter()
Gets a constraint indicating how many assets must have access in order to have coverage
|
CoverageFilter |
BaseCoverageDefinition.getFilter()
Gets the constraint which indicates the bound on the number of assets which must have access
to a grid point in order to provide coverage.
|
| Modifier and Type | Method and Description |
|---|---|
List<CoverageFilter> |
CoverageQueryResult.getAppliedCoverageFilters()
Gets the set of
CoverageFilters which have been applied to these results. |
| Modifier and Type | Method and Description |
|---|---|
CoverageResults |
CoverageResults.applyFilter(CoverageFilter filter)
Applies the given filter to this result and returns a new result.
|
CoverageQueryResult |
CoverageQueryResult.applyFilter(CoverageFilter filter)
Applies the given filter to this result and returns a new result.
|
void |
CoverageDefinitionOnSingleObject.setFilter(CoverageFilter value)
Sets a constraint indicating how many assets must have access in order to have coverage
|
void |
BaseCoverageDefinition.setFilter(CoverageFilter value)
Sets the constraint which indicates the bound on the number of assets which must have access
to a grid point in order to provide coverage.
|
| Constructor and Description |
|---|
CoverageQueryResult(TimeIntervalCollection considered,
CoverageFilter filter,
List<Object> assets,
List<AccessQueryResult> assetResults)
Initializes a new instance based on a set of assets and their corresponding
AccessQueryResults. |