GlobalCoverageGrid Constructor (TerrainProvider, 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 GlobalCoverageGrid(
TerrainProvider terrainProvider,
double resolution
)
Public Sub New (
terrainProvider As TerrainProvider,
resolution As Double
)
public:
GlobalCoverageGrid(
TerrainProvider^ terrainProvider,
double resolution
)
new :
terrainProvider : TerrainProvider *
resolution : float -> GlobalCoverageGrid
Parameters
- terrainProvider
- Type: AGI.Foundation.TerrainTerrainProvider
The TerrainProvider used to generate the height of the grid points. - resolution
- Type: SystemDouble
The requested resolution, in radians, representing an upper bound
to the angular spacing between grid points.
Exceptions See Also