Click or drag to resize

LatitudeLineCoverageGrid Constructor

Construct a default instance representing the equator.

Namespace:  AGI.Foundation.Geometry.Discrete
Assembly:  AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public LatitudeLineCoverageGrid()
Remarks
The default CentralBody is the EarthCentralBody in the CentralBodiesFacet returned from GetFromContext(). The default resolution is 5 degrees. Both SaveGridCell and UseCellSurfaceAreaForWeight are set to true.
See Also