public class MapboxCache
extends java.lang.Object
Constructor and Description |
---|
MapboxCache() |
Modifier and Type | Method and Description |
---|---|
boolean |
delete(int projectId) |
boolean |
deleteTile(int projectId,
int tileSize,
int x,
int y,
int z) |
boolean |
deleteTileExtent(int projectId,
int tileSize,
int xmin,
int xmax,
int ymin,
int ymax,
int z) |
long |
getCacheSize(int projectId) |
boolean |
isTileExists(int projectId,
int tileSize,
int x,
int y,
int z) |
byte[] |
readTile(int projectId,
int tileSize,
int x,
int y,
int z) |
boolean |
writeTile(byte[] data,
int projectId,
int tileSize,
int x,
int y,
int z) |
public boolean isTileExists(int projectId, int tileSize, int x, int y, int z)
public byte[] readTile(int projectId, int tileSize, int x, int y, int z)
public boolean deleteTile(int projectId, int tileSize, int x, int y, int z)
public boolean deleteTileExtent(int projectId, int tileSize, int xmin, int xmax, int ymin, int ymax, int z)
public boolean writeTile(byte[] data, int projectId, int tileSize, int x, int y, int z)
public boolean delete(int projectId)
public long getCacheSize(int projectId)