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 TileEntryGeoPackage. 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 voidGeoPackage. add(TileEntry entry, Tile tile)Adds a tile to the geopackage.voidGeoPackage. create(TileEntry entry)Creates a new tile entry in the geopackage.intGeoPackage. 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 dataTileReaderGeoPackage. 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
-