Click or drag to resize

GlobalCoverageGrid Constructor

Construct a new default instance based on Earth at 5 degrees (approximately 0.087 radians) resolution.

Namespace:  AGI.Foundation.Geometry.Discrete
Assembly:  AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public GlobalCoverageGrid()
Remarks
The default CentralBody is the EarthCentralBody acquired via GetFromContext. The default resolution is 5 degrees (approximately 0.087 radians). Both SaveGridCell and UseCellSurfaceAreaForWeight are set to .
See Also