SpecifiedCentralBodyCoverageGrid Class |
Namespace: AGI.Foundation.Geometry.Discrete
The SpecifiedCentralBodyCoverageGrid type exposes the following members.
Name | Description | |
---|---|---|
![]() | SpecifiedCentralBodyCoverageGrid(CentralBodyCoverageGrid) |
Construct a new instance based on a given instance of another CentralBodyCoverageGrid.
|
![]() | SpecifiedCentralBodyCoverageGrid(CentralBody, CoverageGridPoint) |
Construct a new instance based on a given set of GridPoints and their
corresponding central body.
|
![]() | SpecifiedCentralBodyCoverageGrid(CentralBody, IListCoverageGridPoint) |
Construct a new instance based on a given list of GridPoints and their
corresponding central body.
|
![]() | SpecifiedCentralBodyCoverageGrid(CentralBody, TerrainProvider, CoverageGridPoint) |
Construct a new instance based on a given set of GridPoints and their corresponding terrain.
|
![]() | SpecifiedCentralBodyCoverageGrid(CentralBody, TerrainProvider, IListCoverageGridPoint) |
Construct a new instance based on a given list of GridPoints and their
corresponding terrain.
|
![]() | SpecifiedCentralBodyCoverageGrid(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.
|
![]() | SpecifiedCentralBodyCoverageGrid(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.
|
Name | Description | |
---|---|---|
![]() | CentralBody |
Gets or sets the central body associated with this grid.
(Inherited from CentralBodyCoverageGrid.) |
![]() | ReferenceFrame |
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.) |
![]() | ReferenceTerrain |
Gets or sets the reference terrain and recalculates the height of the grid points.
(Overrides CentralBodyCoverageGridReferenceTerrain.) |
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GenerateGridPoints |
Return the specified list of grid points stored in memory.
(Overrides CentralBodyCoverageGridGenerateGridPoints.) |
![]() | GetGridCellBoundaries |
Generates a list of boundary curves corresponding to the grid point cells represented by each grid point in the specified list.
(Inherited from CentralBodyCoverageGrid.) |
![]() | GetGridCellBoundary |
Generates a boundary curve for the given grid point cell represented by the given grid point.
(Inherited from CentralBodyCoverageGrid.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetHeightRelativeToSurface |
Gets the height of a point at a specific longitude and latitude.
(Inherited from CentralBodyCoverageGrid.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |