@Entity public class TileMatrix extends Object
| Constructor and Description |
|---|
TileMatrix() |
| Modifier and Type | Method and Description |
|---|---|
static TileMatrix |
fromJSONObject(org.json.JSONObject tilematrix) |
String |
getDescription() |
Long |
getId() |
String |
getIdentifier() |
int |
getMatrixHeight() |
TileMatrixSet |
getMatrixSet() |
int |
getMatrixWidth() |
String |
getScaleDenominator() |
int |
getTileHeight() |
int |
getTileWidth() |
String |
getTitle() |
String |
getTopLeftCorner() |
void |
setDescription(String description) |
void |
setId(Long id) |
void |
setIdentifier(String identifier) |
void |
setMatrixHeight(int matrixHeight) |
void |
setMatrixSet(TileMatrixSet matrixSet) |
void |
setMatrixWidth(int matrixWidth) |
void |
setScaleDenominator(String scaleDenominator) |
void |
setTileHeight(int tileHeight) |
void |
setTileWidth(int tileWidth) |
void |
setTitle(String title) |
void |
setTopLeftCorner(String topLeftCorner) |
org.json.JSONObject |
toJSONObject() |
public static TileMatrix fromJSONObject(org.json.JSONObject tilematrix)
public org.json.JSONObject toJSONObject()
public Long getId()
public void setId(Long id)
public String getIdentifier()
public void setIdentifier(String identifier)
public String getTitle()
public void setTitle(String title)
public String getDescription()
public void setDescription(String description)
public String getScaleDenominator()
public void setScaleDenominator(String scaleDenominator)
public int getTileWidth()
public void setTileWidth(int tileWidth)
public int getTileHeight()
public void setTileHeight(int tileHeight)
public int getMatrixWidth()
public void setMatrixWidth(int matrixWidth)
public int getMatrixHeight()
public void setMatrixHeight(int matrixHeight)
public TileMatrixSet getMatrixSet()
public void setMatrixSet(TileMatrixSet matrixSet)
public String getTopLeftCorner()
public void setTopLeftCorner(String topLeftCorner)
Copyright © 2019. All rights reserved.