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.2.419.0 (24.2.419.0)
Syntax public CoverageQueryResult(
TimeIntervalCollection considered,
AccessQueryResult satisfactionResult
)
Public Sub New (
considered As TimeIntervalCollection,
satisfactionResult As AccessQueryResult
)
public:
CoverageQueryResult(
TimeIntervalCollection^ considered,
AccessQueryResult^ satisfactionResult
)
new :
considered : TimeIntervalCollection *
satisfactionResult : AccessQueryResult -> CoverageQueryResult
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