org.deegree.protocol.wfs.getfeature
Class GetFeature110XMLEncoder
java.lang.Object
org.deegree.protocol.wfs.getfeature.GetFeature110XMLEncoder
public class GetFeature110XMLEncoder
- extends Object
Encodes GetFeature
objects according to WFS specification 1.1.0.
- Version:
- $Revision: 32145 $, $Date: 2011-10-14 19:13:51 +0200 (Fri, 14 Oct 2011) $
- Author:
- Sven Tschirner, 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 |
GetFeature110XMLEncoder
public GetFeature110XMLEncoder()
export
public static void export(GetFeature getFeature,
NamespaceBindings namespaceBindings,
XMLStreamWriter writer)
throws XMLStreamException,
UnknownCRSException,
TransformationException,
FilterEvaluationException
- Serializes a
GetFeature
-object for WFS 1.1.0 GetFeature-requests
- Parameters:
getFeature
- the GetFeature
-object to be serialized, must not be null
namespaceBindings
- possible way to insert all additional namespaces for property-name usage within this
GetFeature-request directly in the root element, can be null
writer
- target of the xml stream, must not be null
- Throws:
XMLStreamException
UnknownCRSException
TransformationException
FilterEvaluationException
Copyright © 2011. All Rights Reserved.