Click or drag to resize

CoverageDefinitionOnSingleObjectComputeCoverage Method (JulianDate, JulianDate, ITrackCalculationProgress)

Computes the coverage intervals.

Namespace:  AGI.Foundation.Coverage
Assembly:  AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public CoverageQueryResult ComputeCoverage(
	JulianDate start,
	JulianDate stop,
	ITrackCalculationProgress tracker
)

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.
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: CoverageQueryResult
The time intervals when the CoverageTarget has satisfactory coverage.
Exceptions
ExceptionCondition
PropertyInvalidException The Filter property is .
InvalidOperationException No Assets have been specified, or a particular AssetObject exists twice in the Assets list.
See Also