public class CoordinatesWriter
extends java.lang.Object
<coordinates>60.0,60.0 60.0,90.0 90.0,90.0</coordinates>
| Constructor and Description |
|---|
CoordinatesWriter() |
| Modifier and Type | Method and Description |
|---|---|
void |
write(IXmlStreamWriter writer,
GPEGmlWriterHandlerImplementor handler,
ICoordinateSequence coords)
It writes a gml:coordinates tag list
|
public void write(IXmlStreamWriter writer,
GPEGmlWriterHandlerImplementor handler,
ICoordinateSequence coords)
throws java.io.IOException
writer - Writer to write the labelshandler - The writer handler implementorcoords - A coordinates sequencejava.io.IOException