NASA World Wind

gov.nasa.worldwind.applications.sar
Class SARAnnotationWriter

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

public class SARAnnotationWriter
extends Object


Constructor Summary
SARAnnotationWriter(OutputStream stream)
           
SARAnnotationWriter(String path)
           
 
Method Summary
 void close()
           
 void writeAnnotation(SARAnnotation sarAnnotation)
           
 void writeAnnotations(Iterable<SARAnnotation> sarAnnotations)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SARAnnotationWriter

public SARAnnotationWriter(OutputStream stream)
                    throws IOException,
                           ParserConfigurationException
Throws:
IOException
ParserConfigurationException

SARAnnotationWriter

public SARAnnotationWriter(String path)
                    throws IOException,
                           ParserConfigurationException
Throws:
IOException
ParserConfigurationException
Method Detail

close

public void close()

writeAnnotation

public void writeAnnotation(SARAnnotation sarAnnotation)
                     throws TransformerException
Throws:
TransformerException

writeAnnotations

public void writeAnnotations(Iterable<SARAnnotation> sarAnnotations)
                      throws TransformerException
Throws:
TransformerException

NASA World Wind