com.partnersoft.formats.kml
Class KmlWriter
java.lang.Object
com.partnersoft.formats.xml.XmlBuilder
com.partnersoft.formats.kml.KmlWriter
public class KmlWriter
- extends XmlBuilder
| 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 |
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
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