Beispiel #1
0
 /**
  * Returns the name of the geometry type in the GML namespace, or the empty sequence.
  *
  * @param node xml element containing gml object(s)
  * @return integer value of CRS of the geometry
  * @throws QueryException query exception
  */
 @Deterministic
 public Uri srid(final ANode node) throws QueryException {
   return Uri.uri(token(checkGeo(node).getSRID()));
 }