public class XYZGeoPackageOverlay extends BoundedOverlay
webMercatorBoundingBox| Constructor and Description |
|---|
XYZGeoPackageOverlay(TileDao tileDao)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasTileToRetrieve(int x,
int y,
int zoom)
Check if there is a tile to retrieve
|
Tile |
retrieveTile(int x,
int y,
int zoom)
Retrieve the tile
|
getBoundingBox, getMaxZoom, getMinZoom, getTile, getWebMercatorBoundingBox, getWebMercatorBoundingBox, hasTile, isWithinBoundingBox, isWithinBounds, isWithinZoom, setBoundingBox, setMaxZoom, setMinZoompublic XYZGeoPackageOverlay(TileDao tileDao)
tileDao - public boolean hasTileToRetrieve(int x,
int y,
int zoom)
hasTileToRetrieve in class BoundedOverlayx - x coordinatey - y coordinatezoom - zoom valuepublic Tile retrieveTile(int x,
int y,
int zoom)
retrieveTile in class BoundedOverlayx - x coordinatey - y coordinatezoom - zoom value