SurfaceRegionsCoverageGrid Constructor (Double, CentralBody, IEnumerableEllipsoidSurfaceRegion) |
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,
CentralBody centralBody,
IEnumerable<EllipsoidSurfaceRegion> regions
)
Public Sub New (
resolution As Double,
centralBody As CentralBody,
regions As IEnumerable(Of EllipsoidSurfaceRegion)
)
public:
SurfaceRegionsCoverageGrid(
double resolution,
CentralBody^ centralBody,
IEnumerable<EllipsoidSurfaceRegion^>^ regions
)
new :
resolution : float *
centralBody : CentralBody *
regions : IEnumerable<EllipsoidSurfaceRegion> -> SurfaceRegionsCoverageGrid
Parameters
- resolution
- Type: SystemDouble
The resolution, in radians, representing the requested spacing between grid points. - centralBody
- Type: AGI.Foundation.CelestialCentralBody
The central body on which the grid is defined. - regions
- Type: System.Collections.GenericIEnumerableEllipsoidSurfaceRegion
The set of polygonal regions which define the grid.
Exceptions See Also