CoverageGridPointWithResults Class |
Namespace: AGI.Foundation.Coverage
The CoverageGridPointWithResults type exposes the following members.
Name | Description | |
---|---|---|
CoverageGridPointWithResults | Initializes a new instance. | |
CoverageGridPointWithResults(CoverageGridPoint) |
Creates a new instance based on the given grid point.
| |
CoverageGridPointWithResults(CoverageGridPoint, CoverageQueryResult) |
Creates a new instance based on the given grid point and coverage result.
|
Name | Description | |
---|---|---|
AssetCoverage |
Gets or sets the result of the coverage calculation between this grid point
and all of its available assets.
| |
CoverageGridPoint |
Gets or sets the grid point associated with this CoverageGridPointWithResults.
|
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.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |