public class MBTilesFileArchive extends Object implements IArchiveFile
Modifier and Type | Field and Description |
---|---|
static String |
COL_TILES_TILE_COLUMN |
static String |
COL_TILES_TILE_DATA |
static String |
COL_TILES_TILE_ROW |
static String |
COL_TILES_ZOOM_LEVEL |
static String |
TABLE_TILES |
Modifier and Type | Method and Description |
---|---|
static MBTilesFileArchive |
getDatabaseFileArchive(File pFile) |
InputStream |
getInputStream(ITileSource pTileSource,
MapTile pTile)
Get the input stream for the requested tile.
|
String |
toString() |
public static final String TABLE_TILES
public static final String COL_TILES_ZOOM_LEVEL
public static final String COL_TILES_TILE_COLUMN
public static final String COL_TILES_TILE_ROW
public static final String COL_TILES_TILE_DATA
public static MBTilesFileArchive getDatabaseFileArchive(File pFile) throws android.database.sqlite.SQLiteException
android.database.sqlite.SQLiteException
public InputStream getInputStream(ITileSource pTileSource, MapTile pTile)
IArchiveFile
getInputStream
in interface IArchiveFile
Copyright © 2014. All Rights Reserved.