org.deegree.gml.props
Class GMLStdPropsWriter
java.lang.Object
org.deegree.gml.props.GMLStdPropsWriter
public class GMLStdPropsWriter
- extends Object
Stream-based writer for the GMLStdProps
that can occur at the beginning of every GML encoded object.
TODO handle gml:metadataProperty, gml:identifier and gml:descriptionReference
- Version:
- $Revision: 21659 $, $Date: 2009-12-23 14:29:54 +0100 (Mi, 23 Dez 2009) $
- Author:
- Markus Schneider, last edited by: $Author: mschneider $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GMLStdPropsWriter
public GMLStdPropsWriter(GMLVersion version,
XMLStreamWriter writer)
- Creates a new
GMLStdPropsWriter
instance.
- Parameters:
version
- GML version, must not be null
writer
- XML stream used to write the output, must not be null
write
public void write(GMLStdProps props)
throws XMLStreamException
- Writes a GML representation of the given
GMLStdProps
to the stream.
- Parameters:
props
- properties to be exported, must not be null
- Throws:
XMLStreamException
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org]]>