Added getSrs on RESTResource
This commit is contained in:
parent
8968e36673
commit
9396ff0527
@ -137,6 +137,10 @@ public class RESTResource {
|
|||||||
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