Click or drag to resize

CoverageQueryResult Constructor (TimeIntervalCollection, CoverageFilter, IList<Object>, IList<AccessQueryResult>)

Initializes a new instance based on a set of assets and their corresponding AccessQueryResults.

Namespace:  AGI.Foundation.Coverage
Assembly:  AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax
public CoverageQueryResult(
	TimeIntervalCollection considered,
	CoverageFilter filter,
	IList<Object> assets,
	IList<AccessQueryResult> assetResults
)

Parameters

considered
Type: AGI.Foundation.Time.TimeIntervalCollection
The intervals considered in the coverage calculation.
filter
Type: AGI.Foundation.Coverage.CoverageFilter
The filter used to indicate when coverage is satisfied.
assets
Type: System.Collections.Generic.IList<Object>
An ordered list of assets corresponding to assetResults.
assetResults
Type: System.Collections.Generic.IList<AccessQueryResult>
An ordered list of access results corresponding to the assets.
See Also