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.h2   
org.geotools.data.mysql   
org.geotools.data.oracle   
org.geotools.data.postgis   
org.geotools.data.property   
org.geotools.data.shapefile   
org.geotools.data.spatialite   
org.geotools.data.sqlserver   
org.geotools.data.store   
org.geotools.data.teradata   
org.geotools.data.wfs   
org.geotools.gce.imagemosaic   
org.geotools.gce.imagemosaic.catalog   
org.geotools.geopkg   
org.geotools.jdbc   
org.geotools.swing.data Dialog and wizard classes to get user input for data stores 
org.geotools.swt.control SWT controls, wizards and dialogs used to do common tasks. 
 

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

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

Uses of DataStoreFactorySpi in org.geotools.data.postgis
 

Classes in org.geotools.data.postgis that implement DataStoreFactorySpi
 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
          Builds instances of the shapefile data store
 class ShapefileDirectoryFactory
          Creates a directory datastore pointing to a directory of shapefiles
 

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

Classes in org.geotools.data.teradata that implement DataStoreFactorySpi
 class TeradataDataStoreFactory
           
 class TeradataJNDIDataStoreFactory
          JNDI DataStoreFactory for Teradata database.
 

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.gce.imagemosaic
 

Fields in org.geotools.gce.imagemosaic declared as DataStoreFactorySpi
static DataStoreFactorySpi Utils.SHAPE_SPI
           
 

Methods in org.geotools.gce.imagemosaic with parameters of type DataStoreFactorySpi
static Map<String,Serializable> Utils.createDataStoreParamsFromPropertiesFile(Properties properties, DataStoreFactorySpi spi)
           
static Map<String,Serializable> Utils.filterDataStoreParams(Properties properties, DataStoreFactorySpi spi)
           
static boolean Utils.isH2Store(DataStoreFactorySpi spi)
           
static boolean Utils.isOracleStore(DataStoreFactorySpi spi)
          Checks if the provided factory spi builds a Oracle store
static boolean Utils.isPostgisStore(DataStoreFactorySpi spi)
          Checks if the provided factory spi builds a Postgis store
 

Uses of DataStoreFactorySpi in org.geotools.gce.imagemosaic.catalog
 

Methods in org.geotools.gce.imagemosaic.catalog with parameters of type DataStoreFactorySpi
static GranuleCatalog GranuleCatalogFactory.createGranuleCatalog(Properties params, boolean caching, boolean create, DataStoreFactorySpi spi, Hints hints)
           
 

Uses of DataStoreFactorySpi in org.geotools.geopkg
 

Classes in org.geotools.geopkg that implement DataStoreFactorySpi
 class GeoPkgDataStoreFactory
           
 

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

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

Constructors in org.geotools.swing.data with parameters of type DataStoreFactorySpi
JDataChoosePage(DataStoreFactorySpi format)
           
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)
           
 

Uses of DataStoreFactorySpi in org.geotools.swt.control
 

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

Methods in org.geotools.swt.control that return DataStoreFactorySpi
 DataStoreFactorySpi JDataChoosePage.getSelectedFactory()
           
 

Methods in org.geotools.swt.control with parameters of type DataStoreFactorySpi
 void JDataStorePage.setFormat(DataStoreFactorySpi format)
           
 void JDataStoreWizard.setFormat(DataStoreFactorySpi format)
          Setter for the format.
 

Constructors in org.geotools.swt.control with parameters of type DataStoreFactorySpi
JDataStorePage(DataStoreFactorySpi format)
           
JDataStorePage(DataStoreFactorySpi format, Map<String,Object> params)
           
JDataStoreWizard(DataStoreFactorySpi format)
           
JDataStoreWizard(DataStoreFactorySpi format, Map<String,Object> params)
           
 



Copyright © 1996-2014 Geotools. All Rights Reserved.