Class RESTBoundingBox
- java.lang.Object
-
- it.geosolutions.geoserver.rest.decoder.RESTBoundingBox
-
public class RESTBoundingBox extends java.lang.ObjectParse a Boundingbox of the following structure<minx>472800.0</minx> <maxx>817362.0</maxx> <miny>35053.40625</miny> <maxy>301500.0</maxy> <crs class="projected">EPSG:21781</crs>- Version:
- $Id: $
- Author:
- nmandery
-
-
Field Summary
Fields Modifier and Type Field Description protected org.jdom.ElementbboxElem
-
Constructor Summary
Constructors Constructor Description RESTBoundingBox(org.jdom.Element bboxElem)Constructor for RESTBoundingBox.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCRS()getCRSprotected doublegetEdge(java.lang.String edge)getEdgedoublegetMaxX()getMaxXdoublegetMaxY()getMaxYdoublegetMinX()getMinXdoublegetMinY()getMinY
-
-
-
Method Detail
-
getCRS
public java.lang.String getCRS()
getCRS
- Returns:
- a
Stringobject.
-
getEdge
protected double getEdge(java.lang.String edge)
getEdge
- Parameters:
edge- aStringobject.- Returns:
- a double.
-
getMinX
public double getMinX()
getMinX
- Returns:
- a double.
-
getMaxX
public double getMaxX()
getMaxX
- Returns:
- a double.
-
getMinY
public double getMinY()
getMinY
- Returns:
- a double.
-
getMaxY
public double getMaxY()
getMaxY
- Returns:
- a double.
-
-