ContinuousCoverageDefinitionComputeCoverageOverTheGrid Method (TimeIntervalCollection) |
Computes the
CoverageResults which stores the results of this calculation for the whole grid.
Results for each grid point are stored in a
CoverageQueryResult, the collection of which is contained by the overall result.
Call this method after setting up the
Grid and adding the desired
Assets to the definition.
Namespace:
AGI.Foundation.Coverage
Assembly:
AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 25.2.423.0 (25.2.423.0)
Syntaxpublic CoverageResults ComputeCoverageOverTheGrid(
TimeIntervalCollection consideredIntervals
)
Public Function ComputeCoverageOverTheGrid (
consideredIntervals As TimeIntervalCollection
) As CoverageResults
public:
CoverageResults^ ComputeCoverageOverTheGrid(
TimeIntervalCollection^ consideredIntervals
)
member ComputeCoverageOverTheGrid :
consideredIntervals : TimeIntervalCollection -> CoverageResults
Parameters
- consideredIntervals
- Type: AGI.Foundation.TimeTimeIntervalCollection
The time intervals to consider for the coverage calculation.
Return Value
Type:
CoverageResultsThe result of computing coverage over the grid.
Exceptions| Exception | Condition |
|---|
| PropertyInvalidException |
Thrown if the Grid, GridPointService, or
Filter property is .
|
| InvalidOperationException |
Thrown in several circumstances:
No Assets have been specified. Duplicate Assets were specified. No grid points were generated with the supplied definition of Grid. |
| ArgumentNullException |
Thrown when consideredIntervals is .
|
See Also