Click or drag to resize

CoverageQueryResult Constructor (TimeIntervalCollection, AccessQueryResult)

Initializes a new instance based on an existing AccessQueryResult and a set of intervals considered in the coverage calculation producing these results.

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(
	TimeIntervalCollection considered,
	AccessQueryResult satisfactionResult
)

Parameters

considered
Type: AGI.Foundation.TimeTimeIntervalCollection
The intervals considered in the coverage calculation.
satisfactionResult
Type: AGI.Foundation.AccessAccessQueryResult
The existing result of the overall calculation.
See Also