Class CoordWriter
java.lang.Object
org.gvsig.gpe.prov.gml.writer.v2.geometries.CoordWriter
It parses a gml:CoordType object. Example:
<gml:coord><gml:X>0</gml:X><gml:Y>0</gml:Y></gml:coord>
- Author:
- Jorge Piera LLodrĂ¡ (jorge.piera@iver.es)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidwrite(org.gvsig.xmlpull.lib.api.stream.IXmlStreamWriter writer, GPEGmlWriterHandlerImplementor handler, ICoordinateSequence coords) It writes a gml:Coord tag list
-
Constructor Details
-
CoordWriter
public CoordWriter()
-
-
Method Details
-
write
public void write(org.gvsig.xmlpull.lib.api.stream.IXmlStreamWriter writer, GPEGmlWriterHandlerImplementor handler, ICoordinateSequence coords) throws IOException It writes a gml:Coord tag list- Parameters:
writer- Writer to write the labelshandler- The writer handler implementorcoords- A coordinates sequence- Throws:
IOException
-