gov.nasa.worldwind.applications.sar
Class SARAnnotationWriter
java.lang.Object
gov.nasa.worldwind.applications.sar.SARAnnotationWriter
public class SARAnnotationWriter
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SARAnnotationWriter
public SARAnnotationWriter(OutputStream stream)
throws IOException,
ParserConfigurationException
- Throws:
IOException
ParserConfigurationException
SARAnnotationWriter
public SARAnnotationWriter(String path)
throws IOException,
ParserConfigurationException
- Throws:
IOException
ParserConfigurationException
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