LongitudeLineCoverageGrid Constructor (CentralBody, Double, Double, Double, Double) | 
 
            Construct a new instance based on the given central body and latitude bounds. 
            The reference frame is set to the central body's fixed frame and the shape is set to the central body's shape. 
            Both 
SaveGridCell and 
UseCellSurfaceAreaForWeight are set to 
.
            
 
    Namespace: 
   AGI.Foundation.Geometry.Discrete
    Assembly:
   AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic LongitudeLineCoverageGrid(
	CentralBody centralBody,
	double longitude,
	double minimumLatitude,
	double maximumLatitude,
	double resolution
)
Public Sub New ( 
	centralBody As CentralBody,
	longitude As Double,
	minimumLatitude As Double,
	maximumLatitude As Double,
	resolution As Double
)
public:
LongitudeLineCoverageGrid(
	CentralBody^ centralBody, 
	double longitude, 
	double minimumLatitude, 
	double maximumLatitude, 
	double resolution
)
new : 
        centralBody : CentralBody * 
        longitude : float * 
        minimumLatitude : float * 
        maximumLatitude : float * 
        resolution : float -> LongitudeLineCoverageGridParameters
- centralBody
 - Type: AGI.Foundation.CelestialCentralBody
The central body on which this grid is defined. - longitude
 - Type: SystemDouble
The longitude of the line, in radians. - minimumLatitude
 - Type: SystemDouble
The south-most planetodetic latitude of the line, in radians. - maximumLatitude
 - Type: SystemDouble
The north-most planetodetic latitude of the line, in radians. - resolution
 - Type: SystemDouble
The requested resolution, in radians, representing an upper bound
            to the angular spacing between grid points. 
Exceptions
See Also