DiscreteCoverageDefinitionComputeCoverageOverTheGrid Method (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.
            
 
    Namespace: 
   AGI.Foundation.Coverage
    Assembly:
   AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic CoverageResults ComputeCoverageOverTheGrid(
	JulianDate start,
	JulianDate stop,
	Duration step,
	ITrackCalculationProgress tracker
)
Public Function ComputeCoverageOverTheGrid ( 
	start As JulianDate,
	stop As JulianDate,
	step As Duration,
	tracker As ITrackCalculationProgress
) As CoverageResults
public:
CoverageResults^ ComputeCoverageOverTheGrid(
	JulianDate start, 
	JulianDate stop, 
	Duration step, 
	ITrackCalculationProgress^ tracker
)
member ComputeCoverageOverTheGrid : 
        start : JulianDate * 
        stop : JulianDate * 
        step : Duration * 
        tracker : ITrackCalculationProgress -> CoverageResults 
Parameters
- start
 - Type: AGI.Foundation.TimeJulianDate
The start time of the interval to consider. - stop
 - Type: AGI.Foundation.TimeJulianDate
The stop time of the interval to consider. - step
 - Type: AGI.Foundation.TimeDuration
The stepsize used to sample access. - tracker
 - Type: AGI.FoundationITrackCalculationProgress
A tracker which can track the progress of the calculation and 
            provides a way to smoothly cancel execution. 
Return Value
Type: 
CoverageResultsThe result of computing coverage over the grid.
Exceptions
See Also