Class TileMatrix


  • @Entity
    public class TileMatrix
    extends Object
    Author:
    Meine Toonen meinetoonen@b3partners.nl
    • Constructor Detail

      • TileMatrix

        public TileMatrix()
    • Method Detail

      • fromJSONObject

        public static TileMatrix fromJSONObject​(org.json.JSONObject tilematrix)
      • toJSONObject

        public org.json.JSONObject toJSONObject()
      • getId

        public Long getId()
      • setId

        public void setId​(Long id)
      • getIdentifier

        public String getIdentifier()
      • setIdentifier

        public void setIdentifier​(String identifier)
      • getTitle

        public String getTitle()
      • setTitle

        public void setTitle​(String title)
      • getDescription

        public String getDescription()
      • setDescription

        public void setDescription​(String description)
      • getScaleDenominator

        public String getScaleDenominator()
      • setScaleDenominator

        public void setScaleDenominator​(String scaleDenominator)
      • getTileWidth

        public int getTileWidth()
      • setTileWidth

        public void setTileWidth​(int tileWidth)
      • getTileHeight

        public int getTileHeight()
      • setTileHeight

        public void setTileHeight​(int tileHeight)
      • getMatrixWidth

        public int getMatrixWidth()
      • setMatrixWidth

        public void setMatrixWidth​(int matrixWidth)
      • getMatrixHeight

        public int getMatrixHeight()
      • setMatrixHeight

        public void setMatrixHeight​(int matrixHeight)
      • setMatrixSet

        public void setMatrixSet​(TileMatrixSet matrixSet)
      • getTopLeftCorner

        public String getTopLeftCorner()
      • setTopLeftCorner

        public void setTopLeftCorner​(String topLeftCorner)