Click or drag to resize

GlobalCoverageGrid Constructor

Overload List
  NameDescription
Public methodGlobalCoverageGrid
Construct a new default instance based on Earth at 5 degrees (approximately 0.087 radians) resolution.
Public methodGlobalCoverageGrid(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 .
Public methodGlobalCoverageGrid(TerrainProvider, Double)
Initializes a new instance based on the given terrain. Both SaveGridCell and UseCellSurfaceAreaForWeight are set to .
Public methodGlobalCoverageGrid(TerrainProvider, CentralBody, Double)
Initializes a new instance based on the given terrain. Both SaveGridCell and UseCellSurfaceAreaForWeight are set to .
Top
See Also