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.dir Directory DataStore Overview This package represents the functionality required to chain datastores, ie. to represents a directory of mixed file types as a single datastore. 
org.geotools.data.gen   
org.geotools.data.h2   
org.geotools.data.oracle   
org.geotools.data.postgis   
org.geotools.data.property   
org.geotools.data.shapefile   
org.geotools.data.shapefile.indexed   
org.geotools.data.wfs   
org.geotools.jdbc   
org.geotools.swing.data Dialog and wizard classes to get user input for data stores 
 

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.
 class ArcSDEJNDIDataStoreFactory
          A GeoTools DataStore factory to access an ArcSDE database by grabbing the connection pool from a JNDI reference.
 

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.
 class DB2NGDataStoreFactory
          DataStoreFactory for DB2 database.
 class DB2NGJNDIDataStoreFactory
          DataStoreFactory for DB2 database.
 

Uses of DataStoreFactorySpi in org.geotools.data.dir
 

Classes in org.geotools.data.dir that implement DataStoreFactorySpi
 class DirectoryDataStoreFactory
          Deprecated. Use DirectoryDataStoreFactory instead
 

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.h2
 

Classes in org.geotools.data.h2 that implement DataStoreFactorySpi
 class H2DataStoreFactory
          DataStoreFacotry for H2 database.
 class H2JNDIDataStoreFactory
          JNDI DataStoreFactory for H2.
 

Uses of DataStoreFactorySpi in org.geotools.data.oracle
 

Classes in org.geotools.data.oracle that implement DataStoreFactorySpi
 class OracleNGDataStoreFactory
          Oracle data store factory.
 class OracleNGJNDIDataStoreFactory
          JNDI DataStoreFactory for oracle database.
 

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.
 class PostgisNGDataStoreFactory
           
 class PostgisNGJNDIDataStoreFactory
          JNDI DataStoreFactory for Postgis database.
 

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.
 

Uses of DataStoreFactorySpi in org.geotools.jdbc
 

Classes in org.geotools.jdbc that implement DataStoreFactorySpi
 class JDBCDataStoreFactory
          Abstract implementation of DataStoreFactory for jdbc datastores.
 class JDBCJNDIDataStoreFactory
          Abstract implementation of DataStoreFactory for jdbc datastores which obtain a JNDI connection.
 

Uses of DataStoreFactorySpi in org.geotools.swing.data
 

Fields in org.geotools.swing.data declared as DataStoreFactorySpi
protected  DataStoreFactorySpi JDataStorePage.format
          Factory for which we are collection connection parameters
 

Constructors in org.geotools.swing.data with parameters of type DataStoreFactorySpi
JDataStorePage(DataStoreFactorySpi format)
           
JDataStorePage(DataStoreFactorySpi format, Map<String,Object> params)
           
JDataStoreWizard(DataStoreFactorySpi format)
          Set up the wizard with a "default" set of parameters.
JDataStoreWizard(DataStoreFactorySpi format, Map params)
           
 



Copyright © 1996-2009 Geotools. All Rights Reserved.