public class GeoPackageOverlay extends BoundedOverlay
| Constructor and Description |
|---|
GeoPackageOverlay(TileDao tileDao)
Constructor using GeoPackage tile sizes
|
GeoPackageOverlay(TileDao tileDao,
int width,
int height)
Constructor with specified tile size
|
| 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, hasTile, isWithinBoundingBox, isWithinBounds, isWithinZoom, setBoundingBox, setMaxZoom, setMinZoompublic GeoPackageOverlay(TileDao tileDao)
tileDao - public GeoPackageOverlay(TileDao tileDao,
int width,
int height)
tileDao - width - height - 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 BoundedOverlay