Click or drag to resize

SpecifiedCentralBodyCoverageGrid Class

Wraps a previously generated set of grid points with their respective boundaries or accepts a specified list of Cartographic grid point locations. The grid is stored in memory instead of being generated on demand.
Inheritance Hierarchy
SystemObject
  AGI.Foundation.Geometry.DiscreteCentralBodyCoverageGrid
    AGI.Foundation.Geometry.DiscreteSpecifiedCentralBodyCoverageGrid

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 sealed class SpecifiedCentralBodyCoverageGrid : CentralBodyCoverageGrid

The SpecifiedCentralBodyCoverageGrid type exposes the following members.

Constructors
  NameDescription
Public methodSpecifiedCentralBodyCoverageGrid(CentralBodyCoverageGrid)
Construct a new instance based on a given instance of another CentralBodyCoverageGrid.
Public methodSpecifiedCentralBodyCoverageGrid(CentralBody, CoverageGridPoint)
Construct a new instance based on a given set of GridPoints and their corresponding central body.
Public methodSpecifiedCentralBodyCoverageGrid(CentralBody, IListCoverageGridPoint)
Construct a new instance based on a given list of GridPoints and their corresponding central body.
Public methodSpecifiedCentralBodyCoverageGrid(CentralBody, TerrainProvider, CoverageGridPoint)
Construct a new instance based on a given set of GridPoints and their corresponding terrain.
Public methodSpecifiedCentralBodyCoverageGrid(CentralBody, TerrainProvider, IListCoverageGridPoint)
Construct a new instance based on a given list of GridPoints and their corresponding terrain.
Public methodSpecifiedCentralBodyCoverageGrid(CentralBody, IListCartographic, IListCartographicExtent, Boolean, Boolean)
Construct a new instance based on a given reference surface, a list of Cartographic points, and the corresponding extents of each grid cell.
Public methodSpecifiedCentralBodyCoverageGrid(CentralBody, TerrainProvider, IListCartographic, IListCartographicExtent, Boolean, Boolean)
Construct a new instance based on a given reference terrain, a list of Cartographic points, and the corresponding extents of each grid cell.
Top
Properties
  NameDescription
Public propertyCentralBody
Gets or sets the central body associated with this grid.
(Inherited from CentralBodyCoverageGrid.)
Public propertyReferenceFrame
Gets the reference frame for this grid, which is the CentralBody's fixed frame. If the CentralBody has not been set, then this will return .
(Inherited from CentralBodyCoverageGrid.)
Public propertyReferenceTerrain
Gets or sets the reference terrain and recalculates the height of the grid points.
(Overrides CentralBodyCoverageGridReferenceTerrain.)
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGenerateGridPoints
Return the specified list of grid points stored in memory.
(Overrides CentralBodyCoverageGridGenerateGridPoints.)
Public methodGetGridCellBoundaries
Generates a list of boundary curves corresponding to the grid point cells represented by each grid point in the specified list.
(Inherited from CentralBodyCoverageGrid.)
Public methodGetGridCellBoundary
Generates a boundary curve for the given grid point cell represented by the given grid point.
(Inherited from CentralBodyCoverageGrid.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetHeightRelativeToSurface
Gets the height of a point at a specific longitude and latitude.
(Inherited from CentralBodyCoverageGrid.)
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