|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TileEntry | |
---|---|
org.geotools.geopkg | |
org.geotools.geopkg.mosaic |
Uses of TileEntry in org.geotools.geopkg |
---|
Methods in org.geotools.geopkg that return TileEntry | |
---|---|
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 | |
---|---|
List<TileEntry> |
GeoPackage.tiles()
Lists all the tile entries in the geopackage. |
Methods in org.geotools.geopkg with parameters of type TileEntry | |
---|---|
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 data |
TileReader |
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 | |
---|---|
protected Map<String,TileEntry> |
GeoPackageReader.tiles
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |