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 GeoPackageTile
GeoPackageTileRetriever. getTile(int x, int y, int zoom)
Get a tile from the x, y, and zoomGeoPackageTile
TileCreator. getTile(BoundingBox requestBoundingBox)
Get the tile from the request bounding box in the request projectionGeoPackageTile
TileCreator. getTile(BoundingBox requestBoundingBox, long zoomLevel)
Get the tile from the request bounding box in the request projection, only from the zoom levelGeoPackageTile
TileRetriever. getTile(int x, int y, int zoom)
Get a tile from the x, y, and zoom
-