CoverageResults Class |
Namespace: AGI.Foundation.Coverage
The CoverageResults type exposes the following members.
Name | Description | |
---|---|---|
![]() | CoverageResults(IList<CoverageGridPointWithResults>) |
Create a new instance based on the given grid points.
|
![]() | CoverageResults(Scalar, IList<CoverageGridPointWithResults>) |
Create a new instance based on the given grid points and total statistical weight.
|
Name | Description | |
---|---|---|
![]() | GridPoints |
Gets a list of grid points.
|
![]() | TotalWeight |
Gets a Scalar representing the total weight for all the points.
|
Name | Description | |
---|---|---|
![]() | ApplyFilter |
Applies the given filter to this result and returns a new result.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | FindNearestGridPoint(Cartesian) |
Given a cartesian location find the nearest grid point according to physical distance.
|
![]() | FindNearestGridPoint(Cartographic) |
Given a planetodetic cartographic location, find the nearest grid point according to physical distance.
|
![]() | FindNearestGridPoint(Point, JulianDate) |
Given a Point and a date, find the nearest grid point according to physical distance.
|
![]() | FindNearestGridPointAtTime |
Given a cartesian location and date, find the nearest grid point according to physical distance.
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |