Class PointWriter
java.lang.Object
org.gvsig.gpe.prov.gml.writer.v2.geometries.GeometryWriter
org.gvsig.gpe.prov.gml.writer.v2.geometries.PointWriter
It writes a gml:PointType object. Example:
<Point gid="P6776">
<coord><X>50.0</X><Y>50.0</Y></coord>
</Point>
- Author:
- Jorge Piera LLodrĂ¡ (jorge.piera@iver.es)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidstart(org.gvsig.xmlpull.lib.api.stream.IXmlStreamWriter writer, GPEGmlWriterHandlerImplementor handler, String id, ICoordinateSequence coords, String srs) It writes a gml:Point init tagMethods inherited from class org.gvsig.gpe.prov.gml.writer.v2.geometries.GeometryWriter
end, start
-
Constructor Details
-
PointWriter
public PointWriter()
-
-
Method Details
-
start
public void start(org.gvsig.xmlpull.lib.api.stream.IXmlStreamWriter writer, GPEGmlWriterHandlerImplementor handler, String id, ICoordinateSequence coords, String srs) throws IOException It writes a gml:Point init tag- Parameters:
writer- Writer to write the labelshandler- The writer handler implementorid- Geometry IDcoords- A coordinates sequencesrs- Spatial reference system- Throws:
IOException
-
getGeometryName
- Specified by:
getGeometryNamein classGeometryWriter- Returns:
- the geometry name
-