Click or drag to resize

CoverageQueryResult Constructor (TimeIntervalCollection, CoverageFilter, IListObject, IListAccessQueryResult)

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.1.418.0 (24.1.418.0)
Syntax
public CoverageQueryResult(
	TimeIntervalCollection considered,
	CoverageFilter filter,
	IList<Object> assets,
	IList<AccessQueryResult> assetResults
)

Parameters

considered
Type: AGI.Foundation.TimeTimeIntervalCollection
The intervals considered in the coverage calculation.
filter
Type: AGI.Foundation.CoverageCoverageFilter
The filter used to indicate when coverage is satisfied.
assets
Type: System.Collections.GenericIListObject
An ordered list of assets corresponding to assetResults.
assetResults
Type: System.Collections.GenericIListAccessQueryResult
An ordered list of access results corresponding to the assets.
See Also