|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.gml.props.GMLStdPropsWriter
public class GMLStdPropsWriter
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
| Constructor Summary | |
|---|---|
GMLStdPropsWriter(GMLVersion version,
javax.xml.stream.XMLStreamWriter writer)
Creates a new GMLStdPropsWriter instance. |
|
| Method Summary | |
|---|---|
void |
write(GMLStdProps props)
Writes a GML representation of the given GMLStdProps to the stream. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GMLStdPropsWriter(GMLVersion version,
javax.xml.stream.XMLStreamWriter writer)
GMLStdPropsWriter instance.
version - GML version, must not be nullwriter - XML stream used to write the output, must not be null| Method Detail |
|---|
public void write(GMLStdProps props)
throws javax.xml.stream.XMLStreamException
GMLStdProps to the stream.
props - properties to be exported, must not be null
javax.xml.stream.XMLStreamException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||