SurfaceRegionsCoverageGrid Constructor (Double, TerrainProvider, CentralBody, EllipsoidSurfaceRegion) |
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 SurfaceRegionsCoverageGrid(
double resolution,
TerrainProvider terrainProvider,
CentralBody centralBody,
params EllipsoidSurfaceRegion[] regions
)
Public Sub New (
resolution As Double,
terrainProvider As TerrainProvider,
centralBody As CentralBody,
ParamArray regions As EllipsoidSurfaceRegion()
)
public:
SurfaceRegionsCoverageGrid(
double resolution,
TerrainProvider^ terrainProvider,
CentralBody^ centralBody,
... array<EllipsoidSurfaceRegion^>^ regions
)
new :
resolution : float *
terrainProvider : TerrainProvider *
centralBody : CentralBody *
regions : EllipsoidSurfaceRegion[] -> SurfaceRegionsCoverageGrid
Parameters
- resolution
- Type: SystemDouble
The resolution, in radians, representing the requested spacing between grid points. - terrainProvider
- Type: AGI.Foundation.TerrainTerrainProvider
The TerrainProvider used to generate the height of the grid points. - centralBody
- Type: AGI.Foundation.CelestialCentralBody
The central body for this grid. - regions
- Type: AGI.Foundation.Geometry.ShapesEllipsoidSurfaceRegion
The set of polygonal regions which define the grid.
Exceptions See Also