Click or drag to resize

LongitudeLineCoverageGrid Constructor

Overload List
  NameDescription
Public methodLongitudeLineCoverageGrid
Construct a default instance representing the prime meridian.
Public methodLongitudeLineCoverageGrid(CentralBody, Double, Double, Double, Double)
Construct a new instance based on the given central body and latitude bounds. The reference frame is set to the central body's fixed frame and the shape is set to the central body's shape. Both SaveGridCell and UseCellSurfaceAreaForWeight are set to .
Public methodLongitudeLineCoverageGrid(TerrainProvider, Double, Double, Double, Double)
Construct a new instance based on the given terrain and latitude bounds. Both SaveGridCell and UseCellSurfaceAreaForWeight are set to .
Public methodLongitudeLineCoverageGrid(TerrainProvider, CentralBody, Double, Double, Double, Double)
Construct a new instance based on the given terrain and latitude bounds. The reference frame is set to the central body's fixed frame and the shape is set to the central body's shape. Both SaveGridCell and UseCellSurfaceAreaForWeight are set to .
Top
See Also