This commit is contained in:
Deleted user 2019-07-05 22:27:40 +00:00 committed by GitHub
commit fbedd8c551
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -137,6 +137,10 @@ public class RESTResource {
return bbox.getCRS();
}
public String getSrs(){
return rootElem.getChildText("srs");
}
public double getMinX() {
return this.getLatLonBoundingBox().getMinX();
}