Package org.geotools.geopkg
Class TileEntry
-
public class TileEntry extends Entry
Tiles Entry inside a GeoPackage.- Author:
- Justin Deoliveira, Niels Charlier
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class Entry
Entry.DataType
-
-
Field Summary
-
Fields inherited from class Entry
bounds, dataType, description, identifier, lastChange, srid, tableName
-
-
Constructor Summary
Constructors Constructor Description TileEntry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<TileMatrix>
getTileMatricies()
ReferencedEnvelope
getTileMatrixSetBounds()
Returns the tile matrix set bounds.void
setTileMatrixSetBounds(ReferencedEnvelope tileMatrixSetBounds)
-
Methods inherited from class Entry
getBounds, getDataType, getDescription, getIdentifier, getLastChange, getSrid, getTableName, setBounds, setDataType, setDescription, setIdentifier, setLastChange, setSrid, setTableName
-
-
-
-
Method Detail
-
getTileMatricies
public List<TileMatrix> getTileMatricies()
-
getTileMatrixSetBounds
public ReferencedEnvelope getTileMatrixSetBounds()
Returns the tile matrix set bounds. The bounds are expressed in the same CRS as the entry, but they might differ in extent (if null, then the tile matrix bounds are supposed to be the same as the entry)
-
setTileMatrixSetBounds
public void setTileMatrixSetBounds(ReferencedEnvelope tileMatrixSetBounds)
-
-