ContinuousCoverageDefinitionComputeCoverageOverTheGrid Method |
| Name | Description | |
|---|---|---|
| ComputeCoverageOverTheGrid(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.
| |
| ComputeCoverageOverTheGrid(JulianDate, JulianDate) |
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.
| |
| ComputeCoverageOverTheGrid(TimeIntervalCollection, ITrackCalculationProgress) |
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.
| |
| ComputeCoverageOverTheGrid(JulianDate, JulianDate, ITrackCalculationProgress) |
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.
|