Click or drag to resize

CoverageFilterConstrainIntervals Method

Constrains a set of time intervals based on the number of assets indicated by the data of the interval collection.

Namespace:  AGI.Foundation.Coverage
Assembly:  AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public virtual TimeIntervalCollection<int> ConstrainIntervals(
	TimeIntervalCollection<int> coverageIntervals
)

Parameters

coverageIntervals
Type: AGI.Foundation.TimeTimeIntervalCollectionInt32
The time intervals representing coverage.

Return Value

Type: TimeIntervalCollectionInt32
The time intervals which satisfy this constraint.
See Also