Class TileMatrix
- java.lang.Object
-
- nl.tailormap.viewer.config.services.TileMatrix
-
@Entity public class TileMatrix extends Object
- Author:
- Meine Toonen meinetoonen@b3partners.nl
-
-
Constructor Summary
Constructors Constructor Description TileMatrix()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TileMatrixfromJSONObject(org.json.JSONObject tilematrix)StringgetDescription()LonggetId()StringgetIdentifier()intgetMatrixHeight()TileMatrixSetgetMatrixSet()intgetMatrixWidth()StringgetScaleDenominator()intgetTileHeight()intgetTileWidth()StringgetTitle()StringgetTopLeftCorner()voidsetDescription(String description)voidsetId(Long id)voidsetIdentifier(String identifier)voidsetMatrixHeight(int matrixHeight)voidsetMatrixSet(TileMatrixSet matrixSet)voidsetMatrixWidth(int matrixWidth)voidsetScaleDenominator(String scaleDenominator)voidsetTileHeight(int tileHeight)voidsetTileWidth(int tileWidth)voidsetTitle(String title)voidsetTopLeftCorner(String topLeftCorner)org.json.JSONObjecttoJSONObject()
-
-
-
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)
-
getMatrixSet
public TileMatrixSet getMatrixSet()
-
setMatrixSet
public void setMatrixSet(TileMatrixSet matrixSet)
-
getTopLeftCorner
public String getTopLeftCorner()
-
setTopLeftCorner
public void setTopLeftCorner(String topLeftCorner)
-
-