public class KmlWriter extends XmlBuilder
droppingElementsWithoutContent, emptyingElementsWithoutContent, indention, indentSpace, outie, stack| Constructor and Description |
|---|
KmlWriter(VfsFile outputFile) |
KmlWriter(java.io.Writer writer) |
| Modifier and Type | Method and Description |
|---|---|
void |
endDocument() |
void |
endKml() |
void |
startDocument() |
void |
startKml() |
void |
writePlacemark(KmlPlacemark placemark) |
beginStartTag, close, endElement, endElement, endElement, endElement, endStartTag, indent, isDroppingElementsWithoutContent, isEmptyingElementsWithoutContent, newLine, setDroppingElementsWithoutContent, setEmptyingElementsWithoutContent, startElement, startElement, startElement, startElement, undent, writeAttribute, writeContent, writeContent, writeElement, writeElement, writeElement, writeEmptyElement, writeEmptyElement, writeIterableContent, writeRawpublic KmlWriter(VfsFile outputFile) throws java.io.IOException
java.io.IOExceptionpublic KmlWriter(java.io.Writer writer)
throws java.io.IOException
java.io.IOExceptionpublic void startKml()
throws java.io.IOException
java.io.IOExceptionpublic void endKml()
throws java.io.IOException
java.io.IOExceptionpublic void startDocument()
throws java.io.IOException
java.io.IOExceptionpublic void endDocument()
throws java.io.IOException
java.io.IOExceptionpublic void writePlacemark(KmlPlacemark placemark) throws java.io.IOException
java.io.IOException