eu.esdihumboldt.hale.io.gml.writer.internal.geometry.writers
Class PointWriter
java.lang.Object
eu.esdihumboldt.hale.io.gml.writer.internal.geometry.writers.AbstractPathMatcher
eu.esdihumboldt.hale.io.gml.writer.internal.geometry.writers.AbstractGeometryWriter<com.vividsolutions.jts.geom.Point>
eu.esdihumboldt.hale.io.gml.writer.internal.geometry.writers.PointWriter
- All Implemented Interfaces:
- GeometryWriter<com.vividsolutions.jts.geom.Point>
public class PointWriter
- extends AbstractGeometryWriter<com.vividsolutions.jts.geom.Point>
Point
writer
- Author:
- Simon Templer
- Partner:
- 01 / Fraunhofer Institute for Computer Graphics Research
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface eu.esdihumboldt.hale.io.gml.writer.internal.geometry.GeometryWriter |
match |
PointWriter
public PointWriter()
- Default constructor
write
public void write(XMLStreamWriter writer,
com.vividsolutions.jts.geom.Point geometry,
TypeDefinition elementType,
QName elementName,
String gmlNs)
throws XMLStreamException
- Description copied from interface:
GeometryWriter
- Write a geometry.
At this point we can assume that the wrapping element matches one of the
base patterns. The corresponding element name and its type definition are
given.
- Parameters:
writer
- the XML stream writergeometry
- the geometry to writeelementType
- the last type definition in the matching pathelementName
- the corresponding element namegmlNs
- the GML namespace
- Throws:
XMLStreamException
- if an error occurs writing the geometry- See Also:
GeometryWriter.write(XMLStreamWriter, Geometry, TypeDefinition,
QName, String)
Build 2012-12-03_12-30-59
Revision 9d2dd4b0318cda9f1393b1ddd390f7f792d70a2d