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 java.lang.Object


Constructor Summary
SARAnnotationWriter(java.io.OutputStream stream)
           
SARAnnotationWriter(java.lang.String path)
           
 
Method Summary
 void close()
           
 void writeAnnotation(SARAnnotation sarAnnotation)
           
 void writeAnnotations(java.lang.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(java.io.OutputStream stream)
                    throws java.io.IOException,
                           javax.xml.parsers.ParserConfigurationException
Throws:
java.io.IOException
javax.xml.parsers.ParserConfigurationException

SARAnnotationWriter

public SARAnnotationWriter(java.lang.String path)
                    throws java.io.IOException,
                           javax.xml.parsers.ParserConfigurationException
Throws:
java.io.IOException
javax.xml.parsers.ParserConfigurationException
Method Detail

close

public void close()

writeAnnotation

public void writeAnnotation(SARAnnotation sarAnnotation)
                     throws javax.xml.transform.TransformerException
Throws:
javax.xml.transform.TransformerException

writeAnnotations

public void writeAnnotations(java.lang.Iterable<SARAnnotation> sarAnnotations)
                      throws javax.xml.transform.TransformerException
Throws:
javax.xml.transform.TransformerException

NASA World Wind