| Package | Description |
|---|---|
| org.orekit.rugged.api |
This package provides the principal class of Rugged library API, as well as
the builder for Rugged instances.
|
| org.orekit.rugged.intersection |
This package provides the interface for Digital Elevation Model intersection
algorithm, as well as some simple implementations.
|
| org.orekit.rugged.intersection.duvenhage |
This package provides the Digital Elevation Model intersection using
Bernardt Duvenhage's algorithm.
|
| org.orekit.rugged.raster |
This package provides the interface used to update Digital Elevation
Model tiles to be implemented by the user,
the interface representing a raster tile, as well as a simple model.
|
| Modifier and Type | Method and Description |
|---|---|
TileUpdater |
RuggedBuilder.getTileUpdater()
Get the updater used to load Digital Elevation Model tiles.
|
| Modifier and Type | Method and Description |
|---|---|
RuggedBuilder |
RuggedBuilder.setDigitalElevationModel(TileUpdater newTileUpdater,
int newMaxCachedTiles)
Set the user-provided
tile updater. |
| Constructor and Description |
|---|
BasicScanAlgorithm(TileUpdater updater,
int maxCachedTiles)
Simple constructor.
|
| Constructor and Description |
|---|
DuvenhageAlgorithm(TileUpdater updater,
int maxCachedTiles,
boolean flatBody)
Simple constructor.
|
| Constructor and Description |
|---|
TilesCache(TileFactory<T> factory,
TileUpdater updater,
int maxTiles)
Simple constructor.
|
Copyright © 2014-2020 CS GROUP. All rights reserved.