GlobalCoverageGrid Constructor (TerrainProvider, CentralBody, Double) |
Namespace:
AGI.Foundation.Geometry.Discrete
Assembly:
AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public GlobalCoverageGrid(
TerrainProvider terrainProvider,
CentralBody centralBody,
double resolution
)
Public Sub New (
terrainProvider As TerrainProvider,
centralBody As CentralBody,
resolution As Double
)
public:
GlobalCoverageGrid(
TerrainProvider^ terrainProvider,
CentralBody^ centralBody,
double resolution
)
new :
terrainProvider : TerrainProvider *
centralBody : CentralBody *
resolution : float -> GlobalCoverageGrid
Parameters
- terrainProvider
- Type: AGI.Foundation.TerrainTerrainProvider
The TerrainProvider used to generate the height of the grid points. - centralBody
- Type: AGI.Foundation.CelestialCentralBody
The CentralBody representing the globe. - resolution
- Type: SystemDouble
The requested resolution, in radians, representing an upper bound
to the angular spacing between grid points.
Exceptions See Also