Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
com.aendvari.common.osm.OsmException

Uses of OsmException in com.aendvari.common.osm
 

Methods in com.aendvari.common.osm that throw OsmException
static OsmNode SimpleOsmPath.getNode(OsmNode context, java.lang.String path, boolean build)
          Returns the node at the specified path.
protected static OsmNode SimpleOsmPath.getNodeNoBuild(OsmNode parent, java.lang.String path)
          Returns the node at the specified path.
protected static OsmNode SimpleOsmPath.getNodeBuild(OsmNode parent, java.lang.String path)
          Returns the node at the specified path.
 java.lang.Object OsmNode.getNodeValue(java.lang.Class type)
          Returns the value of this node.
 java.lang.Object OsmNode.getAttribute(java.lang.Class type)
          Returns the value of the specified attribute.