Interface TileRetriever
- All Known Implementing Classes:
GeoPackageTileRetriever
,XYZGeoPackageTileRetriever
public interface TileRetriever
Interface defining the get tile retrieval method
- Since:
- 1.2.0
-
Method Details
-
hasTile
boolean hasTile(int x, int y, int zoom) Check if there is a tile for the x, y, and zoom- Parameters:
x
- x coordinatey
- y coordinatezoom
- zoom level- Returns:
- true if a tile exists
- Since:
- 1.2.6
-
getTile
Get a tile from the x, y, and zoom- Parameters:
x
- x coordinatey
- y coordinatezoom
- zoom level- Returns:
- tile with dimensions and bytes
-