Click or drag to resize

LongitudeLineCoverageGrid Constructor

Construct a default instance representing the prime meridian.

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 LongitudeLineCoverageGrid()
Remarks
The default CentralBody is the EarthCentralBody in the CentralBodiesFacet returned from GetFromContext(). The default resolution is 5 degrees. The default reference frame is the Earth's fixed frame. Both SaveGridCell and UseCellSurfaceAreaForWeight are set to true.
See Also