Click or drag to resize

ExtrudedCentralBodyCoverageGrid Class

A CentralBodyCoverageGrid that takes as input an existing CentralBodyCoverageGrid type and extrudes it in the specified manner to become a three dimensional grid.
Inheritance Hierarchy
SystemObject
  AGI.Foundation.Geometry.DiscreteCentralBodyCoverageGrid
    AGI.Foundation.Geometry.DiscreteExtrudedCentralBodyCoverageGrid

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 ExtrudedCentralBodyCoverageGrid : CentralBodyCoverageGrid

The ExtrudedCentralBodyCoverageGrid type exposes the following members.

Constructors
  NameDescription
Public methodExtrudedCentralBodyCoverageGrid(CentralBodyCoverageGrid)
Initializes an extruded grid with the input underlying grid.
Public methodExtrudedCentralBodyCoverageGrid(CentralBodyCoverageGrid, Bounds, ICoverageGriddingTechnique)
Initializes an extruded grid with the input underlying grid.
Top
Properties
  NameDescription
Public propertyCentralBody
Gets or sets the central body associated with this grid.
(Overrides CentralBodyCoverageGridCentralBody.)
Public propertyHeightBounds
Gets or sets the height bounds relative to the reference surface of the UnderlyingGrid.
Public propertyHeightGriddingTechnique
Gets or sets the gridding technique used to extrude the UnderlyingGrid.
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 with which the grid points are defined.
(Overrides CentralBodyCoverageGridReferenceTerrain.)
Public propertySaveGridCell
Gets or sets a value indicating whether the grid is to save grid cell information.
Public propertyUnderlyingGrid
Gets the underlying grid that is extruded.
Public propertyUseCellAreaForWeight
Gets or sets a value indicating whether the grid cell's surface area should be used as the weight.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGenerateGridPoints
Generate the set of grid points.
(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