org.deegree.protocol.wfs.getgmlobject
Class GetGmlObject110XMLEncoder

java.lang.Object
  extended by org.deegree.protocol.wfs.getgmlobject.GetGmlObject110XMLEncoder

public class GetGmlObject110XMLEncoder
extends Object

Encodes GetGmlObject objects according to WFS specification 1.1.0.

Version:
$Revision: 29685 $, $Date: 2011-02-14 17:31:39 +0100 (Mon, 14 Feb 2011) $
Author:
Sven Tschirner, Markus Schneider, last edited by: $Author: mschneider $

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

Constructor Detail

GetGmlObject110XMLEncoder

public GetGmlObject110XMLEncoder()
Method Detail

export

public static void export(GetGmlObject getGmlObject,
                          XMLStreamWriter writer)
                   throws XMLStreamException,
                          UnknownCRSException,
                          TransformationException
Serializes a GetGmlObject-object for WFS 1.1.0 GetGmlObject-requests

Parameters:
getGmlObject - the GetGmlObject-object to be serialized, must not be null
writer - target of the xml stream, must not be null
Throws:
XMLStreamException
UnknownCRSException
TransformationException


Copyright © 2011. All Rights Reserved.