public class PointWriter
extends java.lang.Object
<Point gid="P6776">
<coord><X>50.0</X><Y>50.0</Y></coord>
</Point>
http://code.google.com/apis/kml/documentation/kml_tags_21.html#point| Constructor and Description |
|---|
PointWriter() |
| Modifier and Type | Method and Description |
|---|---|
void |
end(IXmlStreamWriter writer,
GPEKmlWriterHandlerImplementor handler)
It writes the Point end tag
|
void |
start(IXmlStreamWriter writer,
GPEKmlWriterHandlerImplementor handler,
java.lang.String id,
ICoordinateSequence coords)
It writes the Point init tag and its value.
|
public void start(IXmlStreamWriter writer,
GPEKmlWriterHandlerImplementor handler,
java.lang.String id,
ICoordinateSequence coords)
throws java.io.IOException
writer - Writer to write the labelshandler - The writer handler implementorid - Point idcoords - A coordinates iterator.java.io.IOExceptionpublic void end(IXmlStreamWriter writer,
GPEKmlWriterHandlerImplementor handler)
throws java.io.IOException
writer - Writer to write the labelshandler - The writer handler implementorjava.io.IOException