Uses of Class
org.deegree.protocol.wfs.getgmlobject.GetGmlObject

Packages that use GetGmlObject
org.deegree.protocol.wfs.client   
org.deegree.protocol.wfs.getgmlobject   
org.deegree.services.wfs.format   
org.deegree.services.wfs.format.gml   
 

Uses of GetGmlObject in org.deegree.protocol.wfs.client
 

Methods in org.deegree.protocol.wfs.client with parameters of type GetGmlObject
 GMLObject WFSClient.getGMLObject(GetGmlObject request)
           
 

Uses of GetGmlObject in org.deegree.protocol.wfs.getgmlobject
 

Methods in org.deegree.protocol.wfs.getgmlobject that return GetGmlObject
 GetGmlObject GetGmlObjectXMLAdapter.parse()
          Parses a WFS GetGmlObject document into a GetGmlObject request.
static GetGmlObject GetGmlObjectKVPAdapter.parse(Map<String,String> kvpParams)
          Parses a normalized KVP-map as a WFS GetGmlObject request.
 GetGmlObject GetGmlObjectXMLAdapter.parse110()
          Parses a WFS 1.1.0 GetGmlObject document into a GetGmlObject request.
static GetGmlObject GetGmlObjectKVPAdapter.parse110(Map<String,String> kvpParams)
          Parses a normalized KVP-map as a WFS 1.1.0 GetGmlObject request.
 

Methods in org.deegree.protocol.wfs.getgmlobject with parameters of type GetGmlObject
static void GetGmlObject110XMLEncoder.export(GetGmlObject getGmlObject, XMLStreamWriter writer)
          Serializes a GetGmlObject-object for WFS 1.1.0 GetGmlObject-requests
 

Uses of GetGmlObject in org.deegree.services.wfs.format
 

Methods in org.deegree.services.wfs.format with parameters of type GetGmlObject
 void Format.doGetGmlObject(GetGmlObject request, HttpResponseBuffer response)
          Invoked by the WebFeatureService to perform a GetGmlObject request for this format.
 

Uses of GetGmlObject in org.deegree.services.wfs.format.gml
 

Methods in org.deegree.services.wfs.format.gml with parameters of type GetGmlObject
 void GMLFormat.doGetGmlObject(GetGmlObject request, HttpResponseBuffer response)
           
 



Copyright © 2011. All Rights Reserved.