org.intamap.om.io
Class ObservationParser

java.lang.Object
  extended by org.intamap.om.io.ObservationParser

public class ObservationParser
extends Object

Author:
williamw

Constructor Summary
ObservationParser()
           
 
Method Summary
 Observation parse(org.jdom.Element root)
           
 Observation parse(String url)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObservationParser

public ObservationParser()
Method Detail

parse

public Observation parse(String url)
                  throws IOException,
                         org.jdom.JDOMException
Throws:
IOException
org.jdom.JDOMException

parse

public Observation parse(org.jdom.Element root)
                  throws IOException
Throws:
IOException