GlobalCoverageGrid Constructor (CentralBody, Double) |
Namespace:
AGI.Foundation.Geometry.Discrete
Assembly:
AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 25.2.423.0 (25.2.423.0)
Syntaxpublic GlobalCoverageGrid(
CentralBody centralBody,
double resolution
)
Public Sub New (
centralBody As CentralBody,
resolution As Double
)
public:
GlobalCoverageGrid(
CentralBody^ centralBody,
double resolution
)
new :
centralBody : CentralBody *
resolution : float -> GlobalCoverageGridParameters
- 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| Exception | Condition |
|---|
| ArgumentOutOfRangeException | Thrown if the resolution is set to less than or equal to 0. |
See Also