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.2.419.0 (24.2.419.0)
Syntax public CoverageQueryResult(
TimeIntervalCollection considered,
CoverageFilter filter,
IList<Object> assets,
IList<AccessQueryResult> assetResults
)
Public Sub New (
considered As TimeIntervalCollection,
filter As CoverageFilter,
assets As IList(Of Object),
assetResults As IList(Of AccessQueryResult)
)
public:
CoverageQueryResult(
TimeIntervalCollection^ considered,
CoverageFilter^ filter,
IList<Object^>^ assets,
IList<AccessQueryResult^>^ assetResults
)
new :
considered : TimeIntervalCollection *
filter : CoverageFilter *
assets : IList<Object> *
assetResults : IList<AccessQueryResult> -> CoverageQueryResult
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