Added parser for srs
This commit is contained in:
parent
3dc8745757
commit
7ab329a17b
@ -136,7 +136,12 @@ public class RESTResource {
|
|||||||
RESTBoundingBox bbox = this.getLatLonBoundingBox();
|
RESTBoundingBox bbox = this.getLatLonBoundingBox();
|
||||||
return bbox.getCRS();
|
return bbox.getCRS();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public String getSrs(){
|
||||||
|
return rootElem.getChildText("srs");
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
public double getMinX() {
|
public double getMinX() {
|
||||||
return this.getLatLonBoundingBox().getMinX();
|
return this.getLatLonBoundingBox().getMinX();
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user