Uses of Interface
org.geotools.api.data.DataStoreFactorySpi
Packages that use DataStoreFactorySpi
Package
Description
Defines the DataStore API via which all data is imported or exported.
Dialog and wizard classes to get user input for data stores
-
Uses of DataStoreFactorySpi in org.geotools.api.data
Subinterfaces of DataStoreFactorySpi in org.geotools.api.dataModifier and TypeInterfaceDescriptioninterface
DataAccessFactory for working with formats based on a single URL.Methods in org.geotools.api.data that return types with arguments of type DataStoreFactorySpiModifier and TypeMethodDescriptionstatic 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.Methods in org.geotools.api.data with parameters of type DataStoreFactorySpiModifier and TypeMethodDescriptionstatic void
DataStoreFinder.deregisterFactory
(DataStoreFactorySpi factorySpi) Programmatically deregisters a store.static void
DataStoreFinder.deregisterFactrory
(DataStoreFactorySpi factorySpi) Deprecated.static void
DataStoreFinder.registerFactory
(DataStoreFactorySpi factorySpi) Programmatically registers a store.static void
DataStoreFinder.registerFactrory
(DataStoreFactorySpi factorySpi) Deprecated. -
Uses of DataStoreFactorySpi in org.geotools.coverage.io.catalog
Methods in org.geotools.coverage.io.catalog that return DataStoreFactorySpiMethods in org.geotools.coverage.io.catalog with parameters of type DataStoreFactorySpiModifier and TypeMethodDescriptionvoid
DataStoreConfiguration.setDatastoreSpi
(DataStoreFactorySpi datastoreSpi) Constructors in org.geotools.coverage.io.catalog with parameters of type DataStoreFactorySpiModifierConstructorDescriptionDataStoreConfiguration
(DataStoreFactorySpi datastoreSpi, Map<String, Serializable> datastoreParams) -
Uses of DataStoreFactorySpi in org.geotools.coverage.io.netcdf
Classes in org.geotools.coverage.io.netcdf that implement DataStoreFactorySpiModifier and TypeClassDescriptionclass
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 -
Uses of DataStoreFactorySpi in org.geotools.data.db2
Classes in org.geotools.data.db2 that implement DataStoreFactorySpiModifier and TypeClassDescriptionclass
DataStoreFactory for DB2 database.class
DataStoreFactory for DB2 database. -
Uses of DataStoreFactorySpi in org.geotools.data.duckdb
Classes in org.geotools.data.duckdb that implement DataStoreFactorySpiModifier and TypeClassDescriptionclass
Abstract base class for DuckDB-powered datastores.class
-
Uses of DataStoreFactorySpi in org.geotools.data.gen
Classes in org.geotools.data.gen that implement DataStoreFactorySpi -
Uses of DataStoreFactorySpi in org.geotools.data.geojson.store
Classes in org.geotools.data.geojson.store that implement DataStoreFactorySpi -
Uses of DataStoreFactorySpi in org.geotools.data.geoparquet
Classes in org.geotools.data.geoparquet with type parameters of type DataStoreFactorySpiModifier and TypeClassDescriptionclass
ForwardingDataStoreFactory<D extends DataStoreFactorySpi>
A decorator implementation of the DataStoreFactorySpi interface that forwards all method calls to a delegate DataStoreFactorySpi instance.Classes in org.geotools.data.geoparquet that implement DataStoreFactorySpiModifier and TypeClassDescriptionclass
ForwardingDataStoreFactory<D extends DataStoreFactorySpi>
A decorator implementation of the DataStoreFactorySpi interface that forwards all method calls to a delegate DataStoreFactorySpi instance.class
DataStoreFactory for GeoParquet files, powered by DuckDB.Fields in org.geotools.data.geoparquet declared as DataStoreFactorySpi -
Uses of DataStoreFactorySpi in org.geotools.data.graticule
Classes in org.geotools.data.graticule that implement DataStoreFactorySpi -
Uses of DataStoreFactorySpi in org.geotools.data.h2
Classes in org.geotools.data.h2 that implement DataStoreFactorySpiModifier and TypeClassDescriptionclass
DataStoreFacotry for H2 database.class
JNDI DataStoreFactory for H2. -
Uses of DataStoreFactorySpi in org.geotools.data.hana
Classes in org.geotools.data.hana that implement DataStoreFactorySpiModifier and TypeClassDescriptionclass
A JDBC data store factory for connecting to SAP HANA.class
A JNDI data store factory for SAP HANA. -
Uses of DataStoreFactorySpi in org.geotools.data.informix
Classes in org.geotools.data.informix that implement DataStoreFactorySpiModifier and TypeClassDescriptionclass
DataStoreFactory for Informix database.class
JNDI DataStoreFactory for Informix database. -
Uses of DataStoreFactorySpi in org.geotools.data.mongodb
Classes in org.geotools.data.mongodb that implement DataStoreFactorySpi -
Uses of DataStoreFactorySpi in org.geotools.data.mysql
Classes in org.geotools.data.mysql that implement DataStoreFactorySpiModifier and TypeClassDescriptionclass
DataStoreFactory for MySQL database.class
JNDI DataStoreFactory for mysql database. -
Uses of DataStoreFactorySpi in org.geotools.data.ogr
Classes in org.geotools.data.ogr that implement DataStoreFactorySpiModifier and TypeClassDescriptionclass
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 -
Uses of DataStoreFactorySpi in org.geotools.data.oracle
Classes in org.geotools.data.oracle that implement DataStoreFactorySpiModifier and TypeClassDescriptionclass
Oracle data store factory.class
JNDI DataStoreFactory for oracle database.class
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 DataStoreFactorySpiModifier and TypeClassDescriptionclass
class
JNDI DataStoreFactory for Postgis database. -
Uses of DataStoreFactorySpi in org.geotools.data.property
Classes in org.geotools.data.property that implement DataStoreFactorySpi -
Uses of DataStoreFactorySpi in org.geotools.data.shapefile
Classes in org.geotools.data.shapefile that implement DataStoreFactorySpiModifier and TypeClassDescriptionclass
Builds instances of the shapefile data storeclass
Creates a directory datastore pointing to a directory of shapefiles -
Uses of DataStoreFactorySpi in org.geotools.data.singlestore
Classes in org.geotools.data.singlestore that implement DataStoreFactorySpiModifier and TypeClassDescriptionclass
DataStoreFactory for SingleStore database.class
JNDI DataStoreFactory for SingleStore database. -
Uses of DataStoreFactorySpi in org.geotools.data.sqlserver
Classes in org.geotools.data.sqlserver that implement DataStoreFactorySpiModifier and TypeClassDescriptionclass
DataStore factory for Microsoft SQL Server.class
JNDI DataStoreFactory for sql server database. -
Uses of DataStoreFactorySpi in org.geotools.data.sqlserver.jtds
Classes in org.geotools.data.sqlserver.jtds that implement DataStoreFactorySpiModifier and TypeClassDescriptionclass
class
-
Uses of DataStoreFactorySpi in org.geotools.data.store
Fields in org.geotools.data.store declared as DataStoreFactorySpiModifier and TypeFieldDescriptionprotected DataStoreFactorySpi
ContentDataStore.dataStoreFactory
factory used to create the datastoreMethods in org.geotools.data.store that return DataStoreFactorySpiModifier and TypeMethodDescriptionContentDataStore.getDataStoreFactory()
Returns the factory used to create the data store.Methods in org.geotools.data.store with parameters of type DataStoreFactorySpiModifier and TypeMethodDescriptionvoid
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 DataStoreFactorySpiModifier and TypeClassDescriptionclass
class
JNDI DataStoreFactory for Teradata database. -
Uses of DataStoreFactorySpi in org.geotools.data.vpf
Classes in org.geotools.data.vpf that implement DataStoreFactorySpiModifier and TypeClassDescriptionclass
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 -
Uses of DataStoreFactorySpi in org.geotools.data.wfs
Classes in org.geotools.data.wfs that implement DataStoreFactorySpiModifier and TypeClassDescriptionclass
ADataStoreFactorySpi
to connect to a Web Feature Service. -
Uses of DataStoreFactorySpi in org.geotools.gce.imagemosaic
Fields in org.geotools.gce.imagemosaic declared as DataStoreFactorySpiMethods in org.geotools.gce.imagemosaic with parameters of type DataStoreFactorySpiModifier and TypeMethodDescriptionstatic 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 DataStoreFactorySpiModifier and TypeMethodDescriptionstatic 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 DataStoreFactorySpiModifierConstructorDescriptionGTDataStoreGranuleCatalog
(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 -
Uses of DataStoreFactorySpi in org.geotools.jdbc
Classes in org.geotools.jdbc that implement DataStoreFactorySpiModifier and TypeClassDescriptionclass
Abstract implementation of DataStoreFactory for jdbc datastores.class
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 -
Uses of DataStoreFactorySpi in org.geotools.stac.store
Classes in org.geotools.stac.store that implement DataStoreFactorySpi -
Uses of DataStoreFactorySpi in org.geotools.swing.data
Fields in org.geotools.swing.data declared as DataStoreFactorySpiModifier and TypeFieldDescriptionprotected 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 DataStoreFactorySpiModifier and TypeMethodDescriptionvoid
JDataStorePage.setFormat
(DataStoreFactorySpi format) void
JDataStoreWizard.setFormat
(DataStoreFactorySpi format) Constructors in org.geotools.swing.data with parameters of type DataStoreFactorySpiModifierConstructorDescriptionJDataChoosePage
(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 DataStoreFactorySpiMethods in org.geotools.vectormosaic that return DataStoreFactorySpiModifier and TypeMethodDescriptionprotected DataStoreFactorySpi
Returns the data store factory SPI for the given name -
Uses of DataStoreFactorySpi in org.h2gis.geotools
Classes in org.h2gis.geotools that implement DataStoreFactorySpiModifier and TypeClassDescriptionclass
jdbc-h2gis is an extension to connect H2GIS a spatial library that brings spatial support to the H2 Java database.class
jdbc-h2gis is an extension to connect H2GIS a spatial library that brings spatial support to the H2 Java database.