Class CoordinatesWriter
java.lang.Object
org.gvsig.gpe.prov.gml.writer.v2.geometries.CoordinatesWriter
It writes a gml:CoordinatesType object. Example:
<coordinates>60.0,60.0 60.0,90.0 90.0,90.0</coordinates>
- 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:coordinates tag list
-
Constructor Details
-
CoordinatesWriter
public CoordinatesWriter()
-
-
Method Details
-
write
public void write(org.gvsig.xmlpull.lib.api.stream.IXmlStreamWriter writer, GPEGmlWriterHandlerImplementor handler, ICoordinateSequence coords) throws IOException It writes a gml:coordinates tag list- Parameters:
writer- Writer to write the labelshandler- The writer handler implementorcoords- A coordinates sequence- Throws:
IOException
-