org.deegree.protocol.wfs.getfeature
Class GetFeature110XMLEncoder

java.lang.Object
  extended by 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 $

Constructor Summary
GetFeature110XMLEncoder()
           
 
Method Summary
static void export(GetFeature getFeature, NamespaceBindings namespaceBindings, XMLStreamWriter writer)
          Serializes a GetFeature-object for WFS 1.1.0 GetFeature-requests
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetFeature110XMLEncoder

public GetFeature110XMLEncoder()
Method Detail

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.