Uses of Class
org.deegree.protocol.wfs.describefeaturetype.DescribeFeatureType

Packages that use DescribeFeatureType
org.deegree.protocol.wfs.describefeaturetype   
org.deegree.services.wfs.format   
org.deegree.services.wfs.format.gml   
 

Uses of DescribeFeatureType in org.deegree.protocol.wfs.describefeaturetype
 

Methods in org.deegree.protocol.wfs.describefeaturetype that return DescribeFeatureType
 DescribeFeatureType DescribeFeatureTypeXMLAdapter.parse()
          Parses an WFS DescribeFeatureType document into a DescribeFeatureType request.
static DescribeFeatureType DescribeFeatureTypeKVPAdapter.parse(Map<String,String> kvpParams)
          Parses a normalized KVP-map as a WFS DescribeFeatureType request.
 DescribeFeatureType DescribeFeatureTypeXMLAdapter.parse100()
          Parses a WFS 1.0.0 DescribeFeatureType document into a DescribeFeatureType request.
static DescribeFeatureType DescribeFeatureTypeKVPAdapter.parse100(Map<String,String> kvpParams)
          Parses a normalized KVP-map as a WFS 1.0.0 DescribeFeatureType request.
 DescribeFeatureType DescribeFeatureTypeXMLAdapter.parse110()
          Parses a WFS 1.1.0 DescribeFeatureType document into a DescribeFeatureType request.
static DescribeFeatureType DescribeFeatureTypeKVPAdapter.parse110(Map<String,String> kvpParams)
          Parses a normalized KVP-map as a WFS 1.1.0 DescribeFeatureType request.
 DescribeFeatureType DescribeFeatureTypeXMLAdapter.parse200()
          Parses a WFS 2.0.0 DescribeFeatureType document into a DescribeFeatureType request.
static DescribeFeatureType DescribeFeatureTypeKVPAdapter.parse200(Map<String,String> kvpParams)
          Parses a normalized KVP-map as a WFS 2.0.0 DescribeFeatureType request.
 

Methods in org.deegree.protocol.wfs.describefeaturetype with parameters of type DescribeFeatureType
static String DescribeFeatureTypeKVPAdapter.export(DescribeFeatureType request, Version version)
          Exports the given DescribeFeatureType request as a KVP-encoded string (with encoded values).
 

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

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

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

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



Copyright © 2011. All Rights Reserved.