Added parser for srs
This commit is contained in:
parent
bd6bab3ddb
commit
f0a41b8d68
@ -136,7 +136,12 @@ public class RESTResource {
|
||||
RESTBoundingBox bbox = this.getLatLonBoundingBox();
|
||||
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