public class TileMatrixSet extends Object
Defines a set of tiles
Modifier and Type | Field and Description |
---|---|
protected Rectangle2D |
bbox |
protected ArrayList<TileMatrix> |
tileMatrix |
Constructor and Description |
---|
TileMatrixSet() |
Modifier and Type | Method and Description |
---|---|
Rectangle2D |
getBoundingBox() |
String |
getSupportedCRS() |
ArrayList<TileMatrix> |
getTileMatrix() |
void |
parse(KXmlParser parser) |
void |
print() |
void |
setBbox(Rectangle2D bbox) |
void |
setSupportedCRS(String supportedCRS) |
protected Rectangle2D bbox
protected ArrayList<TileMatrix> tileMatrix
public void setBbox(Rectangle2D bbox)
public Rectangle2D getBoundingBox()
public ArrayList<TileMatrix> getTileMatrix()
public String getSupportedCRS()
public void setSupportedCRS(String supportedCRS)
public void parse(KXmlParser parser) throws IOException, XmlPullParserException
IOException
XmlPullParserException
public void print()