public class CoordWriter
extends java.lang.Object
<gml:coord><gml:X>0</gml:X><gml:Y>0</gml:Y></gml:coord>
| Constructor and Description |
|---|
CoordWriter() |
| Modifier and Type | Method and Description |
|---|---|
void |
write(IXmlStreamWriter writer,
GPEGmlWriterHandlerImplementor handler,
ICoordinateSequence coords)
It writes a gml:Coord 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