Uses of Class
mil.nga.geopackage.tiles.GeoPackageTile
-
Packages that use GeoPackageTile Package Description mil.nga.geopackage.tiles -
-
Uses of GeoPackageTile in mil.nga.geopackage.tiles
Methods in mil.nga.geopackage.tiles that return GeoPackageTile Modifier and Type Method Description GeoPackageTileGeoPackageTileRetriever. getTile(int x, int y, int zoom)Get a tile from the x, y, and zoomGeoPackageTileTileCreator. getTile(BoundingBox requestBoundingBox)Get the tile from the request bounding box in the request projectionGeoPackageTileTileCreator. getTile(BoundingBox requestBoundingBox, long zoomLevel)Get the tile from the request bounding box in the request projection, only from the zoom levelGeoPackageTileTileRetriever. getTile(int x, int y, int zoom)Get a tile from the x, y, and zoom
-