This commit is contained in:
Nico Mandery 2014-07-10 15:20:11 +00:00
commit fc5f3519a9

View File

@ -109,6 +109,10 @@ public class RESTResource {
Namespace.getNamespace("atom", "http://www.w3.org/2005/Atom")); Namespace.getNamespace("atom", "http://www.w3.org/2005/Atom"));
return atom.getAttributeValue("href"); return atom.getAttributeValue("href");
} }
public String getNativeCRS() {
return rootElem.getChildText("nativeCRS");
}
public String getNativeCRS() { public String getNativeCRS() {
return rootElem.getChildText("nativeCRS"); return rootElem.getChildText("nativeCRS");