Uses of Class
org.geotools.data.wfs.v1_1_0.WFS_1_1_0_DataStore

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

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

Methods in org.geotools.data.wfs.protocol.wfs with parameters of type WFS_1_1_0_DataStore
 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 WFS_1_1_0_DataStore in org.geotools.data.wfs.v1_1_0
 

Constructors in org.geotools.data.wfs.v1_1_0 with parameters of type WFS_1_1_0_DataStore
WFSFeatureSource(WFS_1_1_0_DataStore dataStore, String typeName)
           
 

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

Methods in org.geotools.data.wfs.v1_1_0.parsers with parameters of type WFS_1_1_0_DataStore
 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 DescribeFeatureTypeParser.parse(WFS_1_1_0_DataStore wfs, WFSResponse response)
           
 Object ExceptionReportParser.parse(WFS_1_1_0_DataStore wfs, WFSResponse response)
           
 



Copyright © 1996-2009 Geotools. All Rights Reserved.