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)
Syntaxpublic 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.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