LatitudeBoundsCoverageGrid Constructor (CentralBody, Double, Double, 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 LatitudeBoundsCoverageGrid(
CentralBody centralBody,
double minimumLatitude,
double maximumLatitude,
double resolution
)
Public Sub New (
centralBody As CentralBody,
minimumLatitude As Double,
maximumLatitude As Double,
resolution As Double
)
public:
LatitudeBoundsCoverageGrid(
CentralBody^ centralBody,
double minimumLatitude,
double maximumLatitude,
double resolution
)
new :
centralBody : CentralBody *
minimumLatitude : float *
maximumLatitude : float *
resolution : float -> LatitudeBoundsCoverageGrid
Parameters
- centralBody
- Type: AGI.Foundation.CelestialCentralBody
The central body on which this grid is defined. - minimumLatitude
- Type: SystemDouble
The south-most planetodetic latitude bounding the grid, in radians. - maximumLatitude
- Type: SystemDouble
The north-most planetodetic latitude bounding the grid, in radians. - resolution
- Type: SystemDouble
The requested resolution, in radians, representing an upper bound
to the angular spacing between grid points.
Exceptions See Also