Uses of Interface
org.geotools.data.wfs.protocol.wfs.WFSResponseParser

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

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

Methods in org.geotools.data.wfs.protocol.wfs that return WFSResponseParser
 WFSResponseParser WFSResponseParserFactory.createParser(WFS_1_1_0_DataStore wfs, WFSResponse response)
          Creates a response parser for the given WFS response.
 

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

Classes in org.geotools.data.wfs.v1_1_0.parsers that implement WFSResponseParser
 class DescribeFeatureTypeParser
          This class is meant to parse a WFS DescribeFeatureType response but is not yet engaged.
 class ExceptionReportParser
          A WFS response parser that parses server exception reports into WFSException objects.
 class FeatureCollectionParser
          A WFS response parser that parses a GetFeature response that did not return an ExceptionReport and is on GML 3.1 format into a GetFeatureParser in order to stream the features produced by the server.
 

Methods in org.geotools.data.wfs.v1_1_0.parsers that return WFSResponseParser
 WFSResponseParser Gml31GetFeatureResponseParserFactory.createParser(WFS_1_1_0_DataStore wfs, WFSResponse response)
          Returns either a FeatureCollectionParser or an ExceptionReportParser depending on what the server returned.
 



Copyright © 1996-2010 Geotools. All Rights Reserved.