| 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 | Description |
|---|---|
| SimpleTile |
Simple implementation of a
Tile. |
| SimpleTileFactory |
Simple implementation of a
TileFactory for SimpleTile. |
| TilesCache<T extends Tile> |
Cache for Digital Elevation Model
tiles. |
| Enum | Description |
|---|---|
| Tile.Location |
Enumerate for point location with respect to the interpolation grid of a tile.
|
Copyright © 2014-2019 CS Systèmes d'information. All rights reserved.