Uses of Class
org.geotools.geopkg.TileEntry
Packages that use TileEntry
-
Uses of TileEntry in org.geotools.geopkg
Methods in org.geotools.geopkg that return TileEntryModifier and TypeMethodDescriptionLooks up a tile entry by name.Methods in org.geotools.geopkg that return types with arguments of type TileEntryModifier and TypeMethodDescriptionGeoPackage.tiles()
Lists all the tile entries in the geopackage.Methods in org.geotools.geopkg with parameters of type TileEntryModifier and TypeMethodDescriptionvoid
Adds a tile to the geopackage.void
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 dataGeoPackage.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