Uses of Interface
org.geotools.data.wfs.WFSDataStore

Packages that use WFSDataStore
org.geotools.data.wfs   
org.geotools.data.wfs.v1_0_0   
org.geotools.data.wfs.v1_1_0   
 

Uses of WFSDataStore in org.geotools.data.wfs
 

Fields in org.geotools.data.wfs with type parameters of type WFSDataStore
protected  Map<Map,WFSDataStore> WFSDataStoreFactory.perParameterSetDataStoreCache
           
 

Methods in org.geotools.data.wfs that return WFSDataStore
 WFSDataStore WFSDataStoreFactory.createDataStore(Map params)
          Requests the WFS Capabilities document from the url parameter in params and returns a WFSDataStore according to the version of the GetCapabilities document returned.
 

Uses of WFSDataStore in org.geotools.data.wfs.v1_0_0
 

Classes in org.geotools.data.wfs.v1_0_0 that implement WFSDataStore
 class WFS_1_0_0_DataStore
           DOCUMENT ME!
 

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

Classes in org.geotools.data.wfs.v1_1_0 that implement WFSDataStore
 class WFS_1_1_0_DataStore
          A WFS 1.1 DataStore implementation.
 



Copyright © 1996-2010 Geotools. All Rights Reserved.