Uses of Interface
org.geotools.data.DataStoreFactorySpi

Packages that use DataStoreFactorySpi
org.geotools.arcsde   
org.geotools.data Defines the DataStoreAPI via which all data is imported or exported. 
org.geotools.data.db2   
org.geotools.data.gen   
org.geotools.data.postgis   
org.geotools.data.property   
org.geotools.data.shapefile   
org.geotools.data.shapefile.indexed   
org.geotools.data.wfs   
 

Uses of DataStoreFactorySpi in org.geotools.arcsde
 

Classes in org.geotools.arcsde that implement DataStoreFactorySpi
 class ArcSDEDataStoreFactory
          Factory to create DataStores over a live ArcSDE instance.
 

Uses of DataStoreFactorySpi in org.geotools.data
 

Subinterfaces of DataStoreFactorySpi in org.geotools.data
 interface FileDataStoreFactorySpi
          DataAccessFactory for working with formats based on a single URL.
 

Classes in org.geotools.data that implement DataStoreFactorySpi
 class AbstractDataStoreFactory
          A best of toolkit for DataStoreFactory implementors.
 

Methods in org.geotools.data that return types with arguments of type DataStoreFactorySpi
static Iterator<DataStoreFactorySpi> DataStoreFinder.getAllDataStores()
          Finds all implemtaions of DataStoreFactory which have registered using the services mechanism, regardless weather it has the appropriate libraries on the classpath.
static Iterator<DataStoreFactorySpi> DataStoreFinder.getAvailableDataStores()
          Finds all implemtaions of DataStoreFactory which have registered using the services mechanism, and that have the appropriate libraries on the classpath.
 

Uses of DataStoreFactorySpi in org.geotools.data.db2
 

Classes in org.geotools.data.db2 that implement DataStoreFactorySpi
 class DB2DataStoreFactory
          Implements the DataStoreFactorySpi interface to create an instance of a DB2DataStore.
 

Uses of DataStoreFactorySpi in org.geotools.data.gen
 

Classes in org.geotools.data.gen that implement DataStoreFactorySpi
 class PreGeneralizedDataStoreFactory
           
 

Uses of DataStoreFactorySpi in org.geotools.data.postgis
 

Classes in org.geotools.data.postgis that implement DataStoreFactorySpi
 class PostgisDataStoreFactory
          Creates a PostgisDataStore baed on the correct params.
 

Uses of DataStoreFactorySpi in org.geotools.data.property
 

Classes in org.geotools.data.property that implement DataStoreFactorySpi
 class PropertyDataStoreFactory
          DataStore factory that creates PropertyDataStores
 

Uses of DataStoreFactorySpi in org.geotools.data.shapefile
 

Classes in org.geotools.data.shapefile that implement DataStoreFactorySpi
 class ShapefileDataStoreFactory
          Implementation of the DataStore service provider interface for Shapefiles.
 

Uses of DataStoreFactorySpi in org.geotools.data.shapefile.indexed
 

Classes in org.geotools.data.shapefile.indexed that implement DataStoreFactorySpi
 class IndexedShapefileDataStoreFactory
          Deprecated. Please use ShapefileDataStoreFactory, it can create an IndexedDataStore if appropriate
 

Uses of DataStoreFactorySpi in org.geotools.data.wfs
 

Classes in org.geotools.data.wfs that implement DataStoreFactorySpi
 class WFSDataStoreFactory
          A DataStoreFactorySpi to connect to a Web Feature Service.
 



Copyright © 1996-2009 Geotools. All Rights Reserved.