ExtrudedCentralBodyCoverageGrid Class |
Namespace: AGI.Foundation.Geometry.Discrete
The ExtrudedCentralBodyCoverageGrid type exposes the following members.
| Name | Description | |
|---|---|---|
| ExtrudedCentralBodyCoverageGrid(CentralBodyCoverageGrid) |
Initializes an extruded grid with the input underlying grid.
| |
| ExtrudedCentralBodyCoverageGrid(CentralBodyCoverageGrid, Bounds, ICoverageGriddingTechnique) |
Initializes an extruded grid with the input underlying grid.
|
| Name | Description | |
|---|---|---|
| CentralBody |
Gets or sets the central body associated with this grid.
(Overrides CentralBodyCoverageGridCentralBody.) | |
| HeightBounds |
Gets or sets the height bounds relative to the reference surface of the UnderlyingGrid.
| |
| HeightGriddingTechnique |
Gets or sets the gridding technique used to extrude the UnderlyingGrid.
| |
| 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 with which the grid points are defined.
(Overrides CentralBodyCoverageGridReferenceTerrain.) | |
| SaveGridCell |
Gets or sets a value indicating whether the grid is to save grid cell information.
| |
| UnderlyingGrid |
Gets the underlying grid that is extruded.
| |
| UseCellAreaForWeight |
Gets or sets a value indicating whether the grid cell's surface area should be used as the weight.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GenerateGridPoints |
Generate the set of grid points.
(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.) |