Click or drag to resize

CoverageResults Class

This represents the overall results of a coverage calculation over a grid.
Inheritance Hierarchy
SystemObject
  AGI.Foundation.CoverageCoverageResults

Namespace:  AGI.Foundation.Coverage
Assembly:  AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public sealed class CoverageResults

The CoverageResults type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyGridPoints
Gets a list of grid points.
Public propertyTotalWeight
Gets a Scalar representing the total weight for all the points.
Top
Methods
  NameDescription
Public methodApplyFilter
Applies the given filter to this result and returns a new result.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodFindNearestGridPoint(Cartesian)
Given a cartesian location find the nearest grid point according to physical distance.
Public methodFindNearestGridPoint(Cartographic)
Given a planetodetic cartographic location, find the nearest grid point according to physical distance.
Public methodFindNearestGridPoint(Point, JulianDate)
Given a Point and a date, find the nearest grid point according to physical distance.
Public methodFindNearestGridPointAtTime
Given a cartesian location and date, find the nearest grid point according to physical distance.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also