com.partnersoft.formats.kml
Class KmlWriter

java.lang.Object
  extended by com.partnersoft.formats.xml.XmlBuilder
      extended by com.partnersoft.formats.kml.KmlWriter

public class KmlWriter
extends XmlBuilder


Constructor Summary
KmlWriter(VfsFile outputFile)
           
KmlWriter(java.io.Writer writer)
           
 
Method Summary
 void endDocument()
           
 void endKml()
           
 void startDocument()
           
 void startKml()
           
 void writePlacemark(KmlPlacemark placemark)
           
 
Methods inherited from class com.partnersoft.formats.xml.XmlBuilder
beginStartTag, close, endElement, endElement, endElement, endElement, endStartTag, isDroppingElementsWithoutContent, isEmptyingElementsWithoutContent, setDroppingElementsWithoutContent, setEmptyingElementsWithoutContent, startElement, startElement, startElement, writeAttribute, writeContent, writeContent, writeElement, writeElement, writeElement, writeEmptyElement, writeIterableContent, writeRaw
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KmlWriter

public KmlWriter(VfsFile outputFile)
          throws java.io.IOException
Throws:
java.io.IOException

KmlWriter

public KmlWriter(java.io.Writer writer)
          throws java.io.IOException
Throws:
java.io.IOException
Method Detail

startKml

public void startKml()
              throws java.io.IOException
Throws:
java.io.IOException

endKml

public void endKml()
            throws java.io.IOException
Throws:
java.io.IOException

startDocument

public void startDocument()
                   throws java.io.IOException
Throws:
java.io.IOException

endDocument

public void endDocument()
                 throws java.io.IOException
Throws:
java.io.IOException

writePlacemark

public void writePlacemark(KmlPlacemark placemark)
                    throws java.io.IOException
Throws:
java.io.IOException