org.intamap.om.io
Class ObservationCollectionParser

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

public class ObservationCollectionParser
extends Object

Author:
williamw

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

Constructor Detail

ObservationCollectionParser

public ObservationCollectionParser()
Method Detail

parse

public ObservationCollection parse(InputStream stream)
                            throws IOException,
                                   org.jdom.JDOMException
Throws:
IOException
org.jdom.JDOMException

parse

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

parse

public ObservationCollection parse(org.jdom.Element root)
                            throws InvalidParameterException,
                                   IOException
Throws:
InvalidParameterException
IOException