Click or drag to resize

CoverageDefinitionOnSingleObject.ComputeCoverage Method (TimeIntervalCollection, ITrackCalculationProgress)

Computes the coverage intervals.

Namespace:  AGI.Foundation.Coverage
Assembly:  AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public CoverageQueryResult ComputeCoverage(
	TimeIntervalCollection consideredIntervals,
	ITrackCalculationProgress tracker
)

Parameters

consideredIntervals
Type: AGI.Foundation.Time.TimeIntervalCollection
The intervals to consider.
tracker
Type: AGI.Foundation.ITrackCalculationProgress
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 null.
InvalidOperationException No Assets have been specified, or a particular AssetObject exists twice in the Assets list.
See Also