CoverageData Class |
Namespace: AGI.Foundation.Coverage
The CoverageData type exposes the following members.
Name | Description | |
---|---|---|
![]() | CoverageData() | Initializes a new instance. |
![]() | CoverageData(CoverageData) | Initializes a new instance as a copy of an existing instance. |
Name | Description | |
---|---|---|
![]() | AssetAccessResults |
Gets or sets a list of the access results corresponding to each of the asset objects in AssetsConsidered.
|
![]() | AssetsConsidered |
Gets or sets a list of the considered assets.
|
![]() | ConsideredIntervals |
Gets or sets the intervals considered when computing these coverage results.
|
![]() | SatisfactionIntervals |
Gets or sets the intervals during which coverage is satisfied.
|
![]() | UnknownIntervals |
Gets or sets the intervals during which it is unknown whether
the query is satisfied because insufficient information is available.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetAccessResultsForAsset |
Get a set of access intervals from the given asset.
|
![]() | GetAssetsSatisfiedAtTime |
Gets a list of the assets providing coverage at the given time.
|
![]() | GetAssetsUnknownAtTime |
Gets a list of the assets which do not have enough information to determine coverage at the given time.
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetSatisfactionForAsset |
Get the intervals where both access and coverage exist for the given asset.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | SetCoverageData |
Sets the coverage data.
This is used by derived classes when it's necessary to compute results during construction, prior to storing the data.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() ![]() | GridPointPlaceholder |
Gets an object that can be used as a placeholder to be replaced by grid points during a coverage calculation.
|