Uses of Class
org.geotools.geopkg.TileEntry
-
Packages that use TileEntry Package Description org.geotools.geopkg org.geotools.geopkg.mosaic -
-
Uses of TileEntry in org.geotools.geopkg
Methods in org.geotools.geopkg that return TileEntry Modifier and Type Method Description TileEntry
GeoPackage. tile(String name)
Looks up a tile entry by name.Methods in org.geotools.geopkg that return types with arguments of type TileEntry Modifier and Type Method Description List<TileEntry>
GeoPackage. tiles()
Lists all the tile entries in the geopackage.Methods in org.geotools.geopkg with parameters of type TileEntry Modifier and Type Method Description void
GeoPackage. add(TileEntry entry, Tile tile)
Adds a tile to the geopackage.void
GeoPackage. create(TileEntry entry)
Creates a new tile entry in the geopackage.int
GeoPackage. getTileBound(TileEntry entry, int zoom, boolean isMax, boolean isRow)
Retrieve tile boundaries (min row, max row, min column and max column) for a particular zoom level, available in the actual dataTileReader
GeoPackage. reader(TileEntry entry, Integer lowZoom, Integer highZoom, Integer lowCol, Integer highCol, Integer lowRow, Integer highRow)
Retrieve tiles within certain zooms and column/row boundaries. -
Uses of TileEntry in org.geotools.geopkg.mosaic
Fields in org.geotools.geopkg.mosaic with type parameters of type TileEntry Modifier and Type Field Description protected Map<String,TileEntry>
GeoPackageReader. tiles
-