Click or drag to resize

CoverageGridPoint Class

Represents a grid point for use with the coverage system. It holds the position of the grid point, the statistical weight, the reference frame it is defined in, and (optionally) the grid point's cell.
Inheritance Hierarchy
SystemObject
  AGI.Foundation.Geometry.DiscreteCoverageGridPoint

Namespace:  AGI.Foundation.Geometry.Discrete
Assembly:  AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public class CoverageGridPoint

The CoverageGridPoint type exposes the following members.

Constructors
  NameDescription
Public methodCoverageGridPoint(Point, Scalar, ReferenceFrame)
Creates a new instance based on the given point, weight, and reference frame.
Public methodCoverageGridPoint(Point, Scalar, ICoverageGridCell, ReferenceFrame)
Creates a new instance based on the given point, weight, grid cell, and reference frame.
Public methodCoverageGridPoint(Point, Scalar, ReferenceFrame, CentralBody)
Creates a new instance based on the given point, weight, central body, and reference frame.
Public methodCoverageGridPoint(Point, Scalar, ICoverageGridCell, ReferenceFrame, CentralBody)
Creates a new instance based on the given point, weight, grid cell, central body, and reference frame.
Top
Properties
  NameDescription
Public propertyCentralBody
Gets the (optional) CentralBody associated with this grid point. This item may be .
Public propertyCoverageGridCell
Gets the (optional) grid cell associated with this grid point. This item may be .
Public propertyPosition
Gets the point representing this grid point.
Public propertyReferenceFrame
Gets the reference frame in which this grid point is defined.
Public propertyWeight
Gets the weight representing the relative importance of this grid point with respect to the entire grid.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also