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
|
GeoPackageOverlay(TileDao tileDao,
int width,
int height,
TileScaling scaling)
Constructor with specified tile size and tile scaling options
|
GeoPackageOverlay(TileDao tileDao,
TileScaling scaling)
Constructor with tile scaling options
|
| 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 - tile daopublic GeoPackageOverlay(TileDao tileDao,
int width,
int height)
tileDao - tile daowidth - tile widthheight - tile heightpublic GeoPackageOverlay(TileDao tileDao,
TileScaling scaling)
tileDao - tile daoscaling - tile scaling optionspublic GeoPackageOverlay(TileDao tileDao,
int width,
int height,
TileScaling scaling)
tileDao - tile daowidth - tile widthheight - tile heightscaling - tile scaling optionspublic 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