Package 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.
It provides also the interface representing a factory for raster tile,
as well as a simple implementation.
- Author:
- Luc Maisonobe, Guylaine Prat
-
Interface Summary Interface Description Tile Interface representing a raster tile.TileFactory<T extends Tile> Interface representing a factory for raster tile.TileUpdater Interface used to update Digital Elevation Model tiles.UpdatableTile Interface representing one tile of a raster Digital Elevation Model. -
Class Summary Class Description SimpleTile Simple implementation of aTile
.SimpleTileFactory Simple implementation of aTileFactory
forSimpleTile
.TilesCache<T extends Tile> Cache for Digital Elevation Modeltiles
. -
Enum Summary Enum Description EarthHemisphere Enumerate for Earth hemispheres for tiles definition.Tile.Location Enumerate for point location with respect to the interpolation grid of a tile.