LongitudeLineCoverageGrid Constructor |
Name | Description | |
---|---|---|
LongitudeLineCoverageGrid |
Construct a default instance representing the prime meridian.
| |
LongitudeLineCoverageGrid(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 .
| |
LongitudeLineCoverageGrid(TerrainProvider, Double, Double, Double, Double) |
Construct a new instance based on the given terrain and latitude bounds. Both SaveGridCell and UseCellSurfaceAreaForWeight are set to .
| |
LongitudeLineCoverageGrid(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 .
|