public class MBTileFetcher extends SimpleTileFetcher
SimpleTileFetcher.SimpleTileFetchInfo, SimpleTileFetcher.SimpleTileInfo, SimpleTileFetcher.TileInfo
Constructor and Description |
---|
MBTileFetcher(java.io.File mbTileFile)
Construct with the location of an MBTiles file.
|
Modifier and Type | Method and Description |
---|---|
byte[] |
dataForTile(java.lang.Object fetchInfo,
TileID tileID)
Fetch the data blog for a given tile.
|
cancelTileFetches, finishTile, getFetcherName, getTileInfo, scheduleLoading, shutdown, startTileFetches, updateLoading, updateTasks, updateTileFetch
getLooper, getThreadId, onLooperPrepared, quit, quitSafely, run
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
public MBTileFetcher(java.io.File mbTileFile)
public byte[] dataForTile(java.lang.Object fetchInfo, TileID tileID)
dataForTile
in class SimpleTileFetcher