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 Object


Constructor Summary
SARAnnotationReader()
           
 
Method Summary
 List<SARAnnotation> getSARAnnotations()
           
 void readFile(String path)
           
 void readStream(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 ParserConfigurationException,
                           SAXException
Throws:
ParserConfigurationException
SAXException
Method Detail

getSARAnnotations

public List<SARAnnotation> getSARAnnotations()

readFile

public void readFile(String path)
              throws IOException,
                     SAXException
Throws:
IOException
SAXException

readStream

public void readStream(InputStream stream)
                throws IOException,
                       SAXException
Throws:
IOException
SAXException

NASA World Wind