SurfaceRegionsCoverageGrid Constructor (Double, TerrainProvider, CentralBody, IEnumerable<EllipsoidSurfaceRegion>) |
Namespace:
AGI.Foundation.Geometry.Discrete
Assembly:
AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic SurfaceRegionsCoverageGrid(
double resolution,
TerrainProvider terrainProvider,
CentralBody centralBody,
IEnumerable<EllipsoidSurfaceRegion> regions
)
Public Sub New (
resolution As Double,
terrainProvider As TerrainProvider,
centralBody As CentralBody,
regions As IEnumerable(Of EllipsoidSurfaceRegion)
)
public:
SurfaceRegionsCoverageGrid(
double resolution,
TerrainProvider^ terrainProvider,
CentralBody^ centralBody,
IEnumerable<EllipsoidSurfaceRegion^>^ regions
)
new :
resolution : float *
terrainProvider : TerrainProvider *
centralBody : CentralBody *
regions : IEnumerable<EllipsoidSurfaceRegion> -> SurfaceRegionsCoverageGrid
Parameters
- resolution
- Type: System.Double
The resolution, in radians, representing the requested spacing between grid points. - terrainProvider
- Type: AGI.Foundation.Terrain.TerrainProvider
The TerrainProvider used to generate the height of the grid points. - centralBody
- Type: AGI.Foundation.Celestial.CentralBody
The central body for this grid. - regions
- Type: System.Collections.Generic.IEnumerable<EllipsoidSurfaceRegion>
The set of polygonal regions which define the grid.
Exceptions
See Also