Click or drag to resize

DiscreteCoverageDefinitionComputeCoverageOverTheGrid Method

Overload List
  NameDescription
Public methodComputeCoverageOverTheGrid(TimeIntervalCollection, Duration)
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.
Public methodComputeCoverageOverTheGrid(JulianDate, JulianDate, Duration)
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.
Public methodComputeCoverageOverTheGrid(TimeIntervalCollection, Duration, 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.
Public methodComputeCoverageOverTheGrid(JulianDate, JulianDate, Duration, 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.
Top
See Also