public class FolderWriter
extends java.lang.Object
<Folder>
<Placemark>
<name>CDATA example</name>
<description>Description example</description>
<Point>
<oordinates>102.595626,14.996729</coordinates>
</Point>
</Placemark>
</Folder>
http://code.google.com/apis/kml/documentation/kml_tags_21.html#folder| Constructor and Description |
|---|
FolderWriter() |
| Modifier and Type | Method and Description |
|---|---|
void |
end(IXmlStreamWriter writer,
GPEKmlWriterHandlerImplementor handler)
It writes the end Folder tag
|
void |
start(IXmlStreamWriter writer,
GPEKmlWriterHandlerImplementor handler,
java.lang.String id,
java.lang.String name,
java.lang.String description)
Writes a Folder init tag and its attributes
|
public void start(IXmlStreamWriter writer,
GPEKmlWriterHandlerImplementor handler,
java.lang.String id,
java.lang.String name,
java.lang.String description)
throws java.io.IOException
writer - Writer to write the labelshandler - The writer handler implementorid - Folder idname - Folder namedescription - Folder descriptionjava.io.IOExceptionpublic void end(IXmlStreamWriter writer,
GPEKmlWriterHandlerImplementor handler)
throws java.io.IOException
writer - Writer to write the labelshandler - The writer handler implementorjava.io.IOException