public class CoordinatesWriter
extends java.lang.Object
<coordinates>60.0,60.0 60.0,90.0 90.0,90.0</coordinates>
http://code.google.com/apis/kml/documentation/kml_tags_21.html#coordinates| Constructor and Description |
|---|
CoordinatesWriter() |
| Modifier and Type | Method and Description |
|---|---|
void |
write(IXmlStreamWriter writer,
GPEKmlWriterHandlerImplementor handler,
ICoordinateSequence coords)
It writes an array of coordinates written using
the kml coordinates tag
|
public void write(IXmlStreamWriter writer,
GPEKmlWriterHandlerImplementor handler,
ICoordinateSequence coords)
throws java.io.IOException
writer - Writer to write the labelshandler - The writer handler implementorcoords - A coordinates iterator.java.io.IOException