Uses of Class
org.geotools.data.wfs.protocol.wfs.WFSResponse

Packages that use WFSResponse
org.geotools.data.wfs.protocol.wfs   
org.geotools.data.wfs.v1_1_0   
org.geotools.data.wfs.v1_1_0.parsers   
 

Uses of WFSResponse in org.geotools.data.wfs.protocol.wfs
 

Methods in org.geotools.data.wfs.protocol.wfs that return WFSResponse
 WFSResponse WFSProtocol.describeFeatureTypeGET(String typeName, String outputFormat)
          Issues a DescribeFeatureType request for the given type name and output format using the HTTP GET method
 WFSResponse WFSProtocol.describeFeatureTypePOST(String typeName, String outputFormat)
          Issues a DescribeFeatureType request for the given type name and output format using the HTTP POST method
 WFSResponse WFSProtocol.issueGetFeatureGET(GetFeature request)
          Issues a GetFeature request for the given request, using GET HTTP method The request shall already be adapted to what the server supports in terms of filter capabilities and CRS reprojection.
 WFSResponse WFSProtocol.issueGetFeaturePOST(GetFeature request)
          Issues a GetFeature request for the given request, using POST HTTP method The query to WFS request parameter translation is the same than for WFSProtocol.issueGetFeatureGET(GetFeature)
 

Methods in org.geotools.data.wfs.protocol.wfs with parameters of type WFSResponse
 WFSResponseParser WFSResponseParserFactory.createParser(WFS_1_1_0_DataStore wfs, WFSResponse response)
          Creates a response parser for the given WFS response.
 Object WFSResponseParser.parse(WFS_1_1_0_DataStore wfs, WFSResponse response)
          Produces a parsed object from the WFS response stream.
static Object WFSExtensions.process(WFS_1_1_0_DataStore wfs, WFSResponse response)
          Processes the result of a WFS operation and returns the parsed object.
 

Uses of WFSResponse in org.geotools.data.wfs.v1_1_0
 

Methods in org.geotools.data.wfs.v1_1_0 that return WFSResponse
 WFSResponse WFS_1_1_0_Protocol.describeFeatureTypeGET(String typeName, String outputFormat)
           
 WFSResponse WFS_1_1_0_Protocol.describeFeatureTypePOST(String typeName, String outputFormat)
           
 WFSResponse WFS_1_1_0_Protocol.issueGetFeatureGET(GetFeature request)
           
 WFSResponse WFS_1_1_0_Protocol.issueGetFeaturePOST(GetFeature request)
           
 

Uses of WFSResponse in org.geotools.data.wfs.v1_1_0.parsers
 

Methods in org.geotools.data.wfs.v1_1_0.parsers with parameters of type WFSResponse
 WFSResponseParser Gml31GetFeatureResponseParserFactory.createParser(WFS_1_1_0_DataStore wfs, WFSResponse response)
          Returns either a FeatureCollectionParser or an ExceptionReportParser depending on what the server returned.
 Object FeatureCollectionParser.parse(WFS_1_1_0_DataStore wfs, WFSResponse response)
           
 Object ExceptionReportParser.parse(WFS_1_1_0_DataStore wfs, WFSResponse response)
           
 Object DescribeFeatureTypeParser.parse(WFS_1_1_0_DataStore wfs, WFSResponse response)
           
 Object XmlSimpleFeatureParser.parse(WFSProtocol wfs, WFSResponse response)
           
 



Copyright © 1996-2009 Geotools. All Rights Reserved.