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()
getBoundingBox
|
String |
getSupportedCRS()
getSupportedCRS
|
List<TileMatrix> |
getTileMatrix()
getTileMatrix
|
void |
parse(KXmlParser parser)
parse
|
void |
print()
Prints the class
|
void |
setBbox(Rectangle2D bbox)
setBbox
|
void |
setSupportedCRS(String supportedCRS)
setSupportedCRS
|
protected Rectangle2D bbox
protected ArrayList<TileMatrix> tileMatrix
public void setBbox(Rectangle2D bbox)
bbox
- public Rectangle2D getBoundingBox()
public List<TileMatrix> getTileMatrix()
public String getSupportedCRS()
public void setSupportedCRS(String supportedCRS)
supportedCRS
- public void parse(KXmlParser parser) throws IOException, XmlPullParserException
parser
- IOException
XmlPullParserException
public void print()