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