protected CrsId getSRS() {
   String valueStr = extractNode("//SRS");
   return CrsId.parse(valueStr);
 }