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.
GeoTools DataStore implementation for PMTiles archives containing Mapbox Vector Tiles.
Dialog and wizard classes to get user input for data stores
Generic GeoTools DataStore abstractions for tiled vector data sources.
-
Uses of DataStoreFactorySpi in org.geotools.api.data
Subinterfaces of DataStoreFactorySpi in org.geotools.api.dataModifier and TypeInterfaceDescriptioninterfaceDataAccessFactory 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 voidDataStoreFinder.deregisterFactory(DataStoreFactorySpi factorySpi) Programmatically deregisters a store.static voidDataStoreFinder.deregisterFactrory(DataStoreFactorySpi factorySpi) Deprecated.static voidDataStoreFinder.registerFactory(DataStoreFactorySpi factorySpi) Programmatically registers a store.static voidDataStoreFinder.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 TypeMethodDescriptionvoidDataStoreConfiguration.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 TypeClassDescriptionclassCreates 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 TypeClassDescriptionclassDataStoreFactory for DB2 database.classDataStoreFactory for DB2 database. -
Uses of DataStoreFactorySpi in org.geotools.data.duckdb
Classes in org.geotools.data.duckdb that implement DataStoreFactorySpiModifier and TypeClassDescriptionclassAbstract 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 TypeClassDescriptionclassForwardingDataStoreFactory<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 TypeClassDescriptionclassForwardingDataStoreFactory<D extends DataStoreFactorySpi>A decorator implementation of the DataStoreFactorySpi interface that forwards all method calls to a delegate DataStoreFactorySpi instance.classDataStoreFactory 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 TypeClassDescriptionclassDataStoreFacotry for H2 database.classJNDI DataStoreFactory for H2. -
Uses of DataStoreFactorySpi in org.geotools.data.hana
Classes in org.geotools.data.hana that implement DataStoreFactorySpiModifier and TypeClassDescriptionclassA JDBC data store factory for connecting to SAP HANA.classA 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 TypeClassDescriptionclassDataStoreFactory for Informix database.classJNDI 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 TypeClassDescriptionclassDataStoreFactory for MySQL database.classJNDI DataStoreFactory for mysql database. -
Uses of DataStoreFactorySpi in org.geotools.data.ogr
Classes in org.geotools.data.ogr that implement DataStoreFactorySpiModifier and TypeClassDescriptionclassImplementation 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 TypeClassDescriptionclassOracle data store factory.classJNDI DataStoreFactory for oracle database.classCreates 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 TypeClassDescriptionclassclassJNDI 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 TypeClassDescriptionclassBuilds instances of the shapefile data storeclassCreates 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 TypeClassDescriptionclassDataStoreFactory for SingleStore database.classJNDI DataStoreFactory for SingleStore database. -
Uses of DataStoreFactorySpi in org.geotools.data.sqlserver
Classes in org.geotools.data.sqlserver that implement DataStoreFactorySpiModifier and TypeClassDescriptionclassDataStore factory for Microsoft SQL Server.classJNDI 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 TypeClassDescriptionclassclass -
Uses of DataStoreFactorySpi in org.geotools.data.store
Fields in org.geotools.data.store declared as DataStoreFactorySpiModifier and TypeFieldDescriptionprotected DataStoreFactorySpiContentDataStore.dataStoreFactoryfactory 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 TypeMethodDescriptionvoidContentDataStore.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 TypeClassDescriptionclassclassJNDI DataStoreFactory for Teradata database. -
Uses of DataStoreFactorySpi in org.geotools.data.vpf
Classes in org.geotools.data.vpf that implement DataStoreFactorySpiModifier and TypeClassDescriptionclassClass 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 TypeClassDescriptionclassADataStoreFactorySpito 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 booleanUtils.isH2Store(DataStoreFactorySpi spi) static booleanUtils.isOracleStore(DataStoreFactorySpi spi) Checks if the provided factory spi builds a Oracle storestatic booleanUtils.isPostgisStore(DataStoreFactorySpi spi) Checks if the provided factory spi builds a Postgis storestatic booleanUtils.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 GranuleCatalogGranuleCatalogFactory.createGranuleCatalog(Properties params, CatalogConfigurationBeans configurations, boolean caching, boolean create, DataStoreFactorySpi spi, Hints hints) protected voidGTDataStoreGranuleCatalog.initTileIndexStore(Properties params, boolean create, DataStoreFactorySpi spi) protected voidRepositoryDataStoreCatalog.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 TypeClassDescriptionclassAbstract implementation of DataStoreFactory for jdbc datastores.classAbstract 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.pmtiles.store
Classes in org.geotools.pmtiles.store 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 DataStoreFactorySpiJDataChoosePage.formatFactory for which we are collection connection parametersprotected DataStoreFactorySpiJDataStorePage.formatFactory for which we are collection connection parametersMethods in org.geotools.swing.data with parameters of type DataStoreFactorySpiModifier and TypeMethodDescriptionvoidJDataStorePage.setFormat(DataStoreFactorySpi format) voidJDataStoreWizard.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 DataStoreFactorySpiReturns the data store factory SPI for the given name -
Uses of DataStoreFactorySpi in org.geotools.vectortiles.store
Constructors in org.geotools.vectortiles.store with parameters of type DataStoreFactorySpiModifierConstructorDescriptionprotectedVectorTilesDataStore(DataStoreFactorySpi factory, VectorTileStore tileStore) Creates a new vector tiles datastore. -
Uses of DataStoreFactorySpi in org.h2gis.geotools
Classes in org.h2gis.geotools that implement DataStoreFactorySpiModifier and TypeClassDescriptionclassjdbc-h2gis is an extension to connect H2GIS a spatial library that brings spatial support to the H2 Java database.classjdbc-h2gis is an extension to connect H2GIS a spatial library that brings spatial support to the H2 Java database.