LatitudeBoundsCoverageGrid Constructor (TerrainProvider, 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(
TerrainProvider terrainProvider,
double minimumLatitude,
double maximumLatitude,
double resolution
)
Public Sub New (
terrainProvider As TerrainProvider,
minimumLatitude As Double,
maximumLatitude As Double,
resolution As Double
)
public:
LatitudeBoundsCoverageGrid(
TerrainProvider^ terrainProvider,
double minimumLatitude,
double maximumLatitude,
double resolution
)
new :
terrainProvider : TerrainProvider *
minimumLatitude : float *
maximumLatitude : float *
resolution : float -> LatitudeBoundsCoverageGrid
Parameters
- terrainProvider
- Type: AGI.Foundation.TerrainTerrainProvider
The TerrainProvider used to generate the height of the grid points. - 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