CoverageDefinitionOnSingleObjectComputeCoverage Method (TimeIntervalCollection, ITrackCalculationProgress) |
Computes the coverage intervals.
Namespace:
AGI.Foundation.Coverage
Assembly:
AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public CoverageQueryResult ComputeCoverage(
TimeIntervalCollection consideredIntervals,
ITrackCalculationProgress tracker
)
Public Function ComputeCoverage (
consideredIntervals As TimeIntervalCollection,
tracker As ITrackCalculationProgress
) As CoverageQueryResult
public:
CoverageQueryResult^ ComputeCoverage(
TimeIntervalCollection^ consideredIntervals,
ITrackCalculationProgress^ tracker
)
member ComputeCoverage :
consideredIntervals : TimeIntervalCollection *
tracker : ITrackCalculationProgress -> CoverageQueryResult
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:
CoverageQueryResultThe time intervals when the
CoverageTarget has satisfactory coverage.
Exceptions See Also