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.Osm

Uses of Osm in com.aendvari.common.osm
 

Methods in com.aendvari.common.osm that return Osm
static Osm OsmReader.read(java.io.Reader bufferedReader)
          Parses a buffered stream into the reader.
private static Osm OsmReader.executeRead(java.io.Reader bufferedReader)
          Initializes the OSM with the data from the reader.
 Osm OsmNode.getOwnerOsm()
          Returns the OSM to which this node belongs.
 Osm Osm.cloneOsm()
          Returns a duplicate of this Osm.
 

Methods in com.aendvari.common.osm with parameters of type Osm
private static OsmNode OsmReader.nodeFromTag(Osm osm, java.lang.String tag)
          Create a new OsmNode from the given <tag>.
 void Osm.cloneOsm(Osm source)
          Duplicates the supplied Osm.
 

Constructors in com.aendvari.common.osm with parameters of type Osm
Osm(Osm source)
          Constructs an Osm instance as a copy of the supplied Osm.