Package org.geotools.geopkg
Class TileEntry
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 -
Method Summary
Modifier and TypeMethodDescriptionReturns 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
-
Constructor Details
-
TileEntry
public TileEntry()
-
-
Method Details
-
getTileMatricies
-
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
-