public class MBTiles
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
CoordSystem |
coordSys |
Constructor and Description |
---|
MBTiles(java.io.File mbTileFile) |
Modifier and Type | Method and Description |
---|---|
CoordSystem |
getCoordSystem() |
byte[] |
getDataTile(TileID tileID)
Fetch the data blog for a given tile.
|
int |
getMaxZoom()
The maximum zoom level you'll be called about to create a tile for.
|
int |
getMinZoom()
The minimum zoom level you'll be called about to create a tile for.
|
void |
setMaxZoom(int inZoom)
Override the max zoom.
|
void |
setMinZoom(int inZoom)
Override the min zoom.
|
public CoordSystem coordSys
public int getMinZoom()
public int getMaxZoom()
public void setMinZoom(int inZoom)
public void setMaxZoom(int inZoom)
public CoordSystem getCoordSystem()
public byte[] getDataTile(TileID tileID)