Interface TileRetriever

All Known Implementing Classes:
GeoPackageTileRetriever, XYZGeoPackageTileRetriever

public interface TileRetriever
Interface defining the get tile retrieval method
Since:
1.2.0
  • Method Summary

    Modifier and Type
    Method
    Description
    getTile(int x, int y, int zoom)
    Get a tile from the x, y, and zoom
    boolean
    hasTile(int x, int y, int zoom)
    Check if there is a tile for the x, y, and zoom
  • 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 coordinate
      y - y coordinate
      zoom - zoom level
      Returns:
      true if a tile exists
      Since:
      1.2.6
    • getTile

      GeoPackageTile getTile(int x, int y, int zoom)
      Get a tile from the x, y, and zoom
      Parameters:
      x - x coordinate
      y - y coordinate
      zoom - zoom level
      Returns:
      tile with dimensions and bytes