Uses of Interface
org.geotools.api.data.DataStoreFactorySpi
-
-
Uses of DataStoreFactorySpi in org.geotools.api.data
Subinterfaces of DataStoreFactorySpi in org.geotools.api.data Modifier and Type Interface Description interface
FileDataStoreFactorySpi
DataAccessFactory for working with formats based on a single URL.Methods in org.geotools.api.data that return types with arguments of type DataStoreFactorySpi Modifier and Type Method Description 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.coverage.io.catalog
Methods in org.geotools.coverage.io.catalog that return DataStoreFactorySpi Modifier and Type Method Description DataStoreFactorySpi
DataStoreConfiguration. getDatastoreSpi()
Methods in org.geotools.coverage.io.catalog with parameters of type DataStoreFactorySpi Modifier and Type Method Description void
DataStoreConfiguration. setDatastoreSpi(DataStoreFactorySpi datastoreSpi)
Constructors in org.geotools.coverage.io.catalog with parameters of type DataStoreFactorySpi Constructor Description DataStoreConfiguration(DataStoreFactorySpi datastoreSpi, Map<String,Serializable> datastoreParams)
-
Uses of DataStoreFactorySpi in org.geotools.coverage.io.netcdf
Classes in org.geotools.coverage.io.netcdf that implement DataStoreFactorySpi Modifier and Type Class Description class
NetCDFAuxiliaryStoreFactory
Creates a vector store that publishes the index information of the NetCDF Store. -
Uses of DataStoreFactorySpi in org.geotools.data.csv
Classes in org.geotools.data.csv that implement DataStoreFactorySpi Modifier and Type Class Description class
CSVDataStoreFactory
-
Uses of DataStoreFactorySpi in org.geotools.data.db2
Classes in org.geotools.data.db2 that implement DataStoreFactorySpi Modifier and Type Class Description 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 Modifier and Type Class Description class
PreGeneralizedDataStoreFactory
-
Uses of DataStoreFactorySpi in org.geotools.data.geojson.store
Classes in org.geotools.data.geojson.store that implement DataStoreFactorySpi Modifier and Type Class Description class
GeoJSONDataStoreFactory
-
Uses of DataStoreFactorySpi in org.geotools.data.h2
Classes in org.geotools.data.h2 that implement DataStoreFactorySpi Modifier and Type Class Description class
H2DataStoreFactory
DataStoreFacotry for H2 database.class
H2JNDIDataStoreFactory
JNDI DataStoreFactory for H2. -
Uses of DataStoreFactorySpi in org.geotools.data.hana
Classes in org.geotools.data.hana that implement DataStoreFactorySpi Modifier and Type Class Description class
HanaDataStoreFactory
A JDBC data store factory for connecting to SAP HANA.class
HanaJNDIDataStoreFactory
A JNDI data store factory for SAP HANA. -
Uses of DataStoreFactorySpi in org.geotools.data.informix
Classes in org.geotools.data.informix that implement DataStoreFactorySpi Modifier and Type Class Description class
InformixDataStoreFactory
DataStoreFactory for Informix database.class
InformixJNDIDataStoreFactory
JNDI DataStoreFactory for Informix database. -
Uses of DataStoreFactorySpi in org.geotools.data.mongodb
Classes in org.geotools.data.mongodb that implement DataStoreFactorySpi Modifier and Type Class Description class
MongoDataStoreFactory
-
Uses of DataStoreFactorySpi in org.geotools.data.mysql
Classes in org.geotools.data.mysql that implement DataStoreFactorySpi Modifier and Type Class Description class
MySQLDataStoreFactory
DataStoreFactory for MySQL database.class
MySQLJNDIDataStoreFactory
JNDI DataStoreFactory for mysql database. -
Uses of DataStoreFactorySpi in org.geotools.data.ogr
Classes in org.geotools.data.ogr that implement DataStoreFactorySpi Modifier and Type Class Description class
OGRDataStoreFactory
Implementation of the DataStore service provider interface for OGR. -
Uses of DataStoreFactorySpi in org.geotools.data.ogr.jni
Classes in org.geotools.data.ogr.jni that implement DataStoreFactorySpi Modifier and Type Class Description class
JniOGRDataStoreFactory
-
Uses of DataStoreFactorySpi in org.geotools.data.oracle
Classes in org.geotools.data.oracle that implement DataStoreFactorySpi Modifier and Type Class Description 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 Modifier and Type Class Description 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 Modifier and Type Class Description class
PropertyDataStoreFactory
DataStore factory that creates PropertyDataStores -
Uses of DataStoreFactorySpi in org.geotools.data.shapefile
Classes in org.geotools.data.shapefile that implement DataStoreFactorySpi Modifier and Type Class Description class
ShapefileDataStoreFactory
Builds instances of the shapefile data storeclass
ShapefileDirectoryFactory
Creates a directory datastore pointing to a directory of shapefiles -
Uses of DataStoreFactorySpi in org.geotools.data.sqlserver
Classes in org.geotools.data.sqlserver that implement DataStoreFactorySpi Modifier and Type Class Description class
SQLServerDataStoreFactory
DataStore factory for Microsoft SQL Server.class
SQLServerJNDIDataStoreFactory
JNDI DataStoreFactory for sql server database. -
Uses of DataStoreFactorySpi in org.geotools.data.sqlserver.jtds
Classes in org.geotools.data.sqlserver.jtds that implement DataStoreFactorySpi Modifier and Type Class Description class
JDTSSQLServerJNDIDataStoreFactory
class
JTDSSqlServerDataStoreFactory
-
Uses of DataStoreFactorySpi in org.geotools.data.store
Fields in org.geotools.data.store declared as DataStoreFactorySpi Modifier and Type Field Description protected DataStoreFactorySpi
ContentDataStore. dataStoreFactory
factory used to create the datastoreMethods in org.geotools.data.store that return DataStoreFactorySpi Modifier and Type Method Description DataStoreFactorySpi
ContentDataStore. getDataStoreFactory()
Returns the factory used to create the data store.Methods in org.geotools.data.store with parameters of type DataStoreFactorySpi Modifier and Type Method Description 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 Modifier and Type Class Description class
TeradataDataStoreFactory
class
TeradataJNDIDataStoreFactory
JNDI DataStoreFactory for Teradata database. -
Uses of DataStoreFactorySpi in org.geotools.data.vpf
Classes in org.geotools.data.vpf that implement DataStoreFactorySpi Modifier and Type Class Description 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 Modifier and Type Class Description class
VPFFileFactory
A factory for VPFFileStore. -
Uses of DataStoreFactorySpi in org.geotools.data.wfs
Classes in org.geotools.data.wfs that implement DataStoreFactorySpi Modifier and Type Class Description class
WFSDataStoreFactory
ADataStoreFactorySpi
to connect to a Web Feature Service. -
Uses of DataStoreFactorySpi in org.geotools.gce.imagemosaic
Fields in org.geotools.gce.imagemosaic declared as DataStoreFactorySpi Modifier and Type Field Description static DataStoreFactorySpi
Utils. SHAPE_SPI
Methods in org.geotools.gce.imagemosaic with parameters of type DataStoreFactorySpi Modifier and Type Method Description 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 storestatic boolean
Utils. isPostgisStore(DataStoreFactorySpi spi)
Checks if the provided factory spi builds a Postgis storestatic boolean
Utils. isSQLServerStore(DataStoreFactorySpi spi)
Checks if the provided factory spi builds a SQLServer store -
Uses of DataStoreFactorySpi in org.geotools.gce.imagemosaic.catalog
Methods in org.geotools.gce.imagemosaic.catalog with parameters of type DataStoreFactorySpi Modifier and Type Method Description static GranuleCatalog
GranuleCatalogFactory. createGranuleCatalog(Properties params, CatalogConfigurationBeans configurations, boolean caching, boolean create, DataStoreFactorySpi spi, Hints hints)
protected void
GTDataStoreGranuleCatalog. initTileIndexStore(Properties params, boolean create, DataStoreFactorySpi spi)
protected void
RepositoryDataStoreCatalog. initTileIndexStore(Properties params, boolean create, DataStoreFactorySpi spi)
Constructors in org.geotools.gce.imagemosaic.catalog with parameters of type DataStoreFactorySpi Constructor Description GTDataStoreGranuleCatalog(Properties params, CatalogConfigurationBeans configurations, boolean create, DataStoreFactorySpi spi, Hints hints)
RepositoryDataStoreCatalog(Properties params, CatalogConfigurationBeans configurations, boolean create, Repository repository, String dataStoreName, DataStoreFactorySpi spi, Hints hints)
-
Uses of DataStoreFactorySpi in org.geotools.geopkg
Classes in org.geotools.geopkg that implement DataStoreFactorySpi Modifier and Type Class Description class
GeoPkgDataStoreFactory
The GeoPackage DataStore Factory. -
Uses of DataStoreFactorySpi in org.geotools.jdbc
Classes in org.geotools.jdbc that implement DataStoreFactorySpi Modifier and Type Class Description 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.mbtiles
Classes in org.geotools.mbtiles that implement DataStoreFactorySpi Modifier and Type Class Description class
MBTilesDataStoreFactory
-
Uses of DataStoreFactorySpi in org.geotools.stac.store
Classes in org.geotools.stac.store that implement DataStoreFactorySpi Modifier and Type Class Description class
STACDataStoreFactory
-
Uses of DataStoreFactorySpi in org.geotools.swing.data
Fields in org.geotools.swing.data declared as DataStoreFactorySpi Modifier and Type Field Description protected DataStoreFactorySpi
JDataChoosePage. format
Factory for which we are collection connection parametersprotected DataStoreFactorySpi
JDataStorePage. format
Factory for which we are collection connection parametersMethods in org.geotools.swing.data with parameters of type DataStoreFactorySpi Modifier and Type Method Description void
JDataStorePage. setFormat(DataStoreFactorySpi format)
void
JDataStoreWizard. setFormat(DataStoreFactorySpi format)
Constructors in org.geotools.swing.data with parameters of type DataStoreFactorySpi Constructor Description 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.vectormosaic
Classes in org.geotools.vectormosaic that implement DataStoreFactorySpi Modifier and Type Class Description class
VectorMosaicStoreFactory
Factory forVectorMosaicStore
instances.Methods in org.geotools.vectormosaic that return DataStoreFactorySpi Modifier and Type Method Description protected DataStoreFactorySpi
GranuleStoreFinder. getSPI(String preferredSPI)
Returns the data store factory SPI for the given name -
Uses of DataStoreFactorySpi in org.h2gis.geotools
Classes in org.h2gis.geotools that implement DataStoreFactorySpi Modifier and Type Class Description class
H2GISDataStoreFactory
jdbc-h2gis is an extension to connect H2GIS a spatial library that brings spatial support to the H2 Java database.class
H2GISJNDIDataStoreFactory
jdbc-h2gis is an extension to connect H2GIS a spatial library that brings spatial support to the H2 Java database.
-