GlobalCoverageGrid Constructor |
Name | Description | |
---|---|---|
GlobalCoverageGrid |
Construct a new default instance based on Earth at 5 degrees (approximately 0.087 radians) resolution.
| |
GlobalCoverageGrid(CentralBody, Double) |
Initializes a new instance based on the given central body, in the central body's fixed frame at the input resolution.
Both SaveGridCell and UseCellSurfaceAreaForWeight are set to .
| |
GlobalCoverageGrid(TerrainProvider, Double) |
Initializes a new instance based on the given terrain. Both SaveGridCell and UseCellSurfaceAreaForWeight are set to .
| |
GlobalCoverageGrid(TerrainProvider, CentralBody, Double) |
Initializes a new instance based on the given terrain. Both SaveGridCell and UseCellSurfaceAreaForWeight are set to .
|