Class TileEntry

Object
Entry
TileEntry

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

    • TileEntry

      public TileEntry()
  • Method Details

    • 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)