
| Interface | Description |
|---|---|
| IArchiveFile |
The IArchiveFile is primary used to load tiles from a file archive.
|
| IFilesystemCache |
Represents a write-only interface into a file system cache.
|
| INetworkAvailablityCheck |
| Class | Description |
|---|---|
| ArchiveFileFactory | |
| ConfigurablePriorityThreadFactory | |
| DatabaseFileArchive |
This is the OSMdroid style database provider.
|
| GEMFFileArchive | |
| MapTileApproximater |
The MapTileApproximater computes approximation of tiles.
|
| MapTileAssetsProvider |
Implements a file system cache and provides cached tiles from Assets.
|
| MapTileDownloader |
The
MapTileDownloader loads tiles from an HTTP server. |
| MapTileFileArchiveProvider |
A tile provider that can serve tiles from an archive using the supplied tile source.
|
| MapTileFileStorageProviderBase | |
| MapTileFilesystemProvider |
Implements a file system cache and provides cached tiles.
|
| MapTileModuleProviderBase |
An abstract base class for modular tile providers
|
| MapTileSqlCacheProvider |
Sqlite based tile cache mechansism
|
| MBTilesFileArchive |
supports raster imagery in the MBTiles 1.1 spec
https://sourceforge.net/p/mobac/code/HEAD/tree/trunk/MOBAC/src/main/java/mobac/program/atlascreators/MBTiles.java
https://github.com/mapbox/mbtiles-spec/tree/master/1.1
|
| NetworkAvailabliltyCheck |
A straightforward network check implementation.
|
| OfflineTileProvider |
Causes Osmdroid to load from tiles from only the referenced file sources and
no where else.
|
| SqliteArchiveTileWriter |
An implementation of
IFilesystemCache based on the original TileWriter. |
| SqlTileWriter |
An implementation of
IFilesystemCache based on the original TileWriter. |
| TileDownloader | |
| TileWriter |
An implementation of
IFilesystemCache. |
| ZipFileArchive |
| Exception | Description |
|---|---|
| CantContinueException |