Class TileEntry


  • public class TileEntry
    extends Entry
    Tiles Entry inside a GeoPackage.
    Author:
    Justin Deoliveira, Niels Charlier
    • Constructor Detail

      • TileEntry

        public TileEntry()
    • 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)