CentralBodyCoverageGrid Class |
Namespace: AGI.Foundation.Geometry.Discrete
The CentralBodyCoverageGrid type exposes the following members.
Name | Description | |
---|---|---|
CentralBodyCoverageGrid | Initializes a new instance. | |
CentralBodyCoverageGrid(CentralBody) |
Initializes a new instance with a specified central body. The ReferenceFrame defaults to the central body's fixed frame.
| |
CentralBodyCoverageGrid(CentralBodyCoverageGrid) |
Initializes a new instance using the same reference surface as an existing grid.
| |
CentralBodyCoverageGrid(TerrainProvider) |
Initializes a new instance with a specified reference terrain.
| |
CentralBodyCoverageGrid(CentralBody, TerrainProvider) |
Initializes a new instance with a specified reference terrain. The ReferenceFrame defaults to the central body's fixed frame.
|
Name | Description | |
---|---|---|
CentralBody |
Gets or sets the central body associated with this grid.
| |
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 .
| |
ReferenceTerrain |
Gets or sets the reference terrain with which the grid points are defined.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GenerateGridPoints |
Generate the set of grid points.
| |
GetGridCellBoundaries |
Generates a list of boundary curves corresponding to the grid point cells represented by each grid point in the specified list.
| |
GetGridCellBoundary |
Generates a boundary curve for the given grid point cell represented by the given grid point.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetHeightRelativeToSurface |
Gets the height of a point at a specific longitude and latitude.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |