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