Class ExtTileMatrix


  • public class ExtTileMatrix
    extends Object
    Describes a tile matrix and is used to populate the `gpkg_tile_matrix` view
    Since:
    4.0.0
    Author:
    jyutzler
    • Constructor Detail

      • ExtTileMatrix

        public ExtTileMatrix()
    • Method Detail

      • getId

        public long getId()
      • setId

        public void setId​(long id)
      • getTmsId

        public Long getTmsId()
      • getZoomLevel

        public long getZoomLevel()
      • setZoomLevel

        public void setZoomLevel​(long zoomLevel)
      • getMatrixWidth

        public long getMatrixWidth()
      • setMatrixWidth

        public void setMatrixWidth​(long matrixWidth)
      • getMatrixHeight

        public long getMatrixHeight()
      • setMatrixHeight

        public void setMatrixHeight​(long matrixHeight)
      • getTileWidth

        public long getTileWidth()
      • setTileWidth

        public void setTileWidth​(long tileWidth)
      • getTileHeight

        public long getTileHeight()
      • setTileHeight

        public void setTileHeight​(long tileHeight)
      • getPixelXSize

        public double getPixelXSize()
      • setPixelXSize

        public void setPixelXSize​(double pixelXSize)
      • getPixelYSize

        public double getPixelYSize()
      • setPixelYSize

        public void setPixelYSize​(double pixelYSize)
      • getTop

        public double getTop()
      • setTop

        public void setTop​(double top)
      • getLeft

        public double getLeft()
      • setLeft

        public void setLeft​(double left)
      • getScaleDenominator

        public Double getScaleDenominator()
      • setScaleDenominator

        public void setScaleDenominator​(Double scaleDenominator)