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 
org.geotools.data.gen   
org.geotools.data.h2   
org.geotools.data.mysql   
org.geotools.data.oracle   
org.geotools.data.postgis   
org.geotools.data.postgis.synch   
org.geotools.data.property   
org.geotools.data.shapefile   
org.geotools.data.shapefile.indexed   
org.geotools.data.spatialite   
org.geotools.data.sqlserver   
org.geotools.data.store   
org.geotools.data.vpf   
org.geotools.data.vpf.file   
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 java.util.Iterator<DataStoreFactorySpi> DataStoreFinder.getAllDataStores()
          Finds all implementations of DataStoreFactory which have registered using the services mechanism, regardless weather it has the appropriate libraries on the classpath.
static java.util.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 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.mysql
 

Classes in org.geotools.data.mysql that implement DataStoreFactorySpi
 class MySQLDataStoreFactory
          DataStoreFactory for MySQL database.
 class MySQLJNDIDataStoreFactory
          JNDI DataStoreFactory for mysql database.
 

Uses of DataStoreFactorySpi in org.geotools.data.oracle
 

Classes in org.geotools.data.oracle that implement DataStoreFactorySpi
 class OracleDataStoreFactory
          Creates an OracleDataStore based on the correct params.
 class OracleNGDataStoreFactory
          Oracle data store factory.
 class OracleNGJNDIDataStoreFactory
          JNDI DataStoreFactory for oracle database.
 class OracleNGOCIDataStoreFactory
          Creates an Oracle datastore based on a thick OCI client connection, instead of the traditional (thin) jdbc connection.
 class OracleOCIDataStoreFactory
          Creates an Oracle datastore based on a thick OCI client connection, instead of the traditional (thin) jdbc connection.
 

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.
 class VersionedPostgisDataStoreFactory
          Builds instances of the versioned Postgis datastore
 

Uses of DataStoreFactorySpi in org.geotools.data.postgis.synch
 

Classes in org.geotools.data.postgis.synch that implement DataStoreFactorySpi
 class SynchronizedPostgisDataStoreFactory
          Builds instances of the versioned Postgis datastore
 

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

Classes in org.geotools.data.spatialite that implement DataStoreFactorySpi
 class SpatiaLiteDataStoreFactory
          DataStoreFactory for SpatiaLite database.
 class SpatiaLiteJNDIDataStoreFactory
          JNDI DataStoreFactory for SpatiaLite database.
 

Uses of DataStoreFactorySpi in org.geotools.data.sqlserver
 

Classes in org.geotools.data.sqlserver that implement DataStoreFactorySpi
 class SQLServerDataStoreFactory
          DataStore factory for Microsoft SQL Server.
 class SQLServerJNDIDataStoreFactory
          JNDI DataStoreFactory for sql server database.
 

Uses of DataStoreFactorySpi in org.geotools.data.store
 

Fields in org.geotools.data.store declared as DataStoreFactorySpi
protected  DataStoreFactorySpi ContentDataStore.dataStoreFactory
          factory used to create the datastore
 

Methods in org.geotools.data.store that return DataStoreFactorySpi
 DataStoreFactorySpi ContentDataStore.getDataStoreFactory()
          Returns the factory used to create the data store.
 

Methods in org.geotools.data.store with parameters of type DataStoreFactorySpi
 void ContentDataStore.setDataStoreFactory(DataStoreFactorySpi dataStoreFactory)
          Sets the data store factory used to create the datastore.
 

Uses of DataStoreFactorySpi in org.geotools.data.vpf
 

Classes in org.geotools.data.vpf that implement DataStoreFactorySpi
 class VPFDataStoreFactory
          Class VPFDataSourceFactory.java is responsible for constructing appropriate VPFDataStore (actually VPFLibrary) objects.
 

Uses of DataStoreFactorySpi in org.geotools.data.vpf.file
 

Classes in org.geotools.data.vpf.file that implement DataStoreFactorySpi
 class VPFFileFactory
          A factory for VPFFileStore.
 

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 JDataChoosePage.format
          Factory for which we are collection connection parameters
protected  DataStoreFactorySpi JDataStorePage.format
          Factory for which we are collection connection parameters
 

Methods in org.geotools.swing.data with parameters of type DataStoreFactorySpi
 void JDataStoreWizard.setFormat(DataStoreFactorySpi format)
           
 void JDataStorePage.setFormat(DataStoreFactorySpi format)
           
 

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



Copyright © 1996-2010 Geotools. All Rights Reserved.