NASA World Wind

gov.nasa.worldwind.applications.sar
Class SARAnnotationReader

java.lang.Object
  extended by gov.nasa.worldwind.applications.sar.SARAnnotationReader

public class SARAnnotationReader
extends java.lang.Object


Constructor Summary
SARAnnotationReader()
           
 
Method Summary
 java.util.List<SARAnnotation> getSARAnnotations()
           
 void readFile(java.lang.String path)
           
 void readStream(java.io.InputStream stream)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SARAnnotationReader

public SARAnnotationReader()
                    throws javax.xml.parsers.ParserConfigurationException,
                           org.xml.sax.SAXException
Throws:
javax.xml.parsers.ParserConfigurationException
org.xml.sax.SAXException
Method Detail

getSARAnnotations

public java.util.List<SARAnnotation> getSARAnnotations()

readFile

public void readFile(java.lang.String path)
              throws java.io.IOException,
                     org.xml.sax.SAXException
Throws:
java.io.IOException
org.xml.sax.SAXException

readStream

public void readStream(java.io.InputStream stream)
                throws java.io.IOException,
                       org.xml.sax.SAXException
Throws:
java.io.IOException
org.xml.sax.SAXException

NASA World Wind