Package | Description |
---|---|
org.osmdroid.tileprovider | |
org.osmdroid.tileprovider.modules | |
org.osmdroid.tileprovider.tilesource | |
org.osmdroid.util |
Modifier and Type | Field and Description |
---|---|
protected HashMap<MapTile,MapTileRequestState> |
MapTileProviderArray.mWorking |
Modifier and Type | Method and Description |
---|---|
MapTile |
MapTileRequestState.getMapTile() |
Modifier and Type | Method and Description |
---|---|
boolean |
MapTileCache.containsTile(MapTile aTile) |
abstract android.graphics.drawable.Drawable |
MapTileProviderBase.getMapTile(MapTile pTile)
Attempts to get a Drawable that represents a
MapTile . |
android.graphics.drawable.Drawable |
MapTileProviderArray.getMapTile(MapTile pTile) |
android.graphics.drawable.Drawable |
MapTileCache.getMapTile(MapTile aTile) |
void |
LRUMapTileCache.TileRemovedListener.onTileRemoved(MapTile mapTile) |
void |
MapTileCache.putTile(MapTile aTile,
android.graphics.drawable.Drawable aDrawable) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
LRUMapTileCache.removeEldestEntry(Map.Entry<MapTile,android.graphics.drawable.Drawable> aEldest) |
Constructor and Description |
---|
MapTileRequestState(MapTile mapTile,
MapTileModuleProviderBase[] providers,
IMapTileProviderCallback callback) |
Modifier and Type | Field and Description |
---|---|
protected LinkedHashMap<MapTile,MapTileRequestState> |
MapTileModuleProviderBase.mPending |
protected HashMap<MapTile,MapTileRequestState> |
MapTileModuleProviderBase.mWorking |
Modifier and Type | Method and Description |
---|---|
InputStream |
ZipFileArchive.getInputStream(ITileSource pTileSource,
MapTile pTile) |
InputStream |
MBTilesFileArchive.getInputStream(ITileSource pTileSource,
MapTile pTile) |
InputStream |
IArchiveFile.getInputStream(ITileSource tileSource,
MapTile tile)
Get the input stream for the requested tile.
|
InputStream |
GEMFFileArchive.getInputStream(ITileSource pTileSource,
MapTile pTile) |
InputStream |
DatabaseFileArchive.getInputStream(ITileSource pTileSource,
MapTile pTile) |
boolean |
TileWriter.saveFile(ITileSource pTileSource,
MapTile pTile,
InputStream pStream) |
boolean |
IFilesystemCache.saveFile(ITileSource pTileSourceInfo,
MapTile pTile,
InputStream pStream)
Save an InputStream as the specified tile in the file system cache for the specified tile
source.
|
Modifier and Type | Method and Description |
---|---|
String |
ITileSource.getTileRelativeFilenameString(MapTile aTile)
Get a unique file path for the tile.
|
String |
BitmapTileSourceBase.getTileRelativeFilenameString(MapTile tile) |
String |
XYTileSource.getTileURLString(MapTile aTile) |
String |
QuadTreeTileSource.getTileURLString(MapTile aTile) |
abstract String |
OnlineTileSourceBase.getTileURLString(MapTile aTile) |
String |
MapBoxTileSource.getTileURLString(MapTile aMapTile) |
String |
CloudmadeTileSource.getTileURLString(MapTile pTile) |
protected String |
QuadTreeTileSource.quadTree(MapTile aTile)
Converts TMS tile coordinates to QuadTree
|
Modifier and Type | Method and Description |
---|---|
abstract void |
TileLooper.handleTile(android.graphics.Canvas pCanvas,
int pTileSizePx,
MapTile pTile,
int pX,
int pY) |
Copyright © 2014. All Rights Reserved.