Package | Description |
---|---|
org.geotools.geopkg | |
org.geotools.geopkg.mosaic |
Modifier and Type | Method and Description |
---|---|
TileEntry |
GeoPackage.tile(String name)
Looks up a tile entry by name.
|
Modifier and Type | Method and Description |
---|---|
List<TileEntry> |
GeoPackage.tiles()
Lists all the tile entries in the geopackage.
|
Modifier and Type | Method and 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 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.
|
Modifier and Type | Field and Description |
---|---|
protected Map<String,TileEntry> |
GeoPackageReader.tiles |
Copyright © 1996–2019 Geotools. All rights reserved.