Click or drag to resize

CoverageDefinitionOnSingleObjectComputeCoverage Method (TimeIntervalCollection, 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(
	TimeIntervalCollection consideredIntervals,
	ITrackCalculationProgress tracker
)

Parameters

consideredIntervals
Type: AGI.Foundation.TimeTimeIntervalCollection
The intervals 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