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 interfaceFileDataStoreFactorySpiDataAccessFactory 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.Methods in org.geotools.api.data with parameters of type DataStoreFactorySpi Modifier and Type Method Description static 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 DataStoreFactorySpi Modifier and Type Method Description DataStoreFactorySpiDataStoreConfiguration. getDatastoreSpi()Methods in org.geotools.coverage.io.catalog with parameters of type DataStoreFactorySpi Modifier and Type Method Description voidDataStoreConfiguration. 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 classNetCDFAuxiliaryStoreFactoryCreates 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 classCSVDataStoreFactory -
Uses of DataStoreFactorySpi in org.geotools.data.db2
Classes in org.geotools.data.db2 that implement DataStoreFactorySpi Modifier and Type Class Description classDB2NGDataStoreFactoryDataStoreFactory for DB2 database.classDB2NGJNDIDataStoreFactoryDataStoreFactory for DB2 database. -
Uses of DataStoreFactorySpi in org.geotools.data.duckdb
Classes in org.geotools.data.duckdb that implement DataStoreFactorySpi Modifier and Type Class Description classAbstractDuckDBDataStoreFactoryAbstract base class for DuckDB-powered datastores.classDuckDBDataStoreFactory -
Uses of DataStoreFactorySpi in org.geotools.data.gen
Classes in org.geotools.data.gen that implement DataStoreFactorySpi Modifier and Type Class Description classPreGeneralizedDataStoreFactory -
Uses of DataStoreFactorySpi in org.geotools.data.geojson.store
Classes in org.geotools.data.geojson.store that implement DataStoreFactorySpi Modifier and Type Class Description classGeoJSONDataStoreFactory -
Uses of DataStoreFactorySpi in org.geotools.data.geoparquet
Classes in org.geotools.data.geoparquet with type parameters of type DataStoreFactorySpi Modifier and Type Class Description classForwardingDataStoreFactory<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 DataStoreFactorySpi Modifier and Type Class Description classForwardingDataStoreFactory<D extends DataStoreFactorySpi>A decorator implementation of the DataStoreFactorySpi interface that forwards all method calls to a delegate DataStoreFactorySpi instance.classGeoParquetDataStoreFactoryDataStoreFactory for GeoParquet files, powered by DuckDB.Fields in org.geotools.data.geoparquet declared as DataStoreFactorySpi Modifier and Type Field Description protected DForwardingDataStoreFactory. delegate -
Uses of DataStoreFactorySpi in org.geotools.data.graticule
Classes in org.geotools.data.graticule that implement DataStoreFactorySpi Modifier and Type Class Description classGraticuleDataStoreFactory -
Uses of DataStoreFactorySpi in org.geotools.data.h2
Classes in org.geotools.data.h2 that implement DataStoreFactorySpi Modifier and Type Class Description classH2DataStoreFactoryDataStoreFacotry for H2 database.classH2JNDIDataStoreFactoryJNDI 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 classHanaDataStoreFactoryA JDBC data store factory for connecting to SAP HANA.classHanaJNDIDataStoreFactoryA 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 classInformixDataStoreFactoryDataStoreFactory for Informix database.classInformixJNDIDataStoreFactoryJNDI 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 classMongoDataStoreFactory -
Uses of DataStoreFactorySpi in org.geotools.data.mysql
Classes in org.geotools.data.mysql that implement DataStoreFactorySpi Modifier and Type Class Description classMySQLDataStoreFactoryDataStoreFactory for MySQL database.classMySQLJNDIDataStoreFactoryJNDI 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 classOGRDataStoreFactoryImplementation 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 classJniOGRDataStoreFactory -
Uses of DataStoreFactorySpi in org.geotools.data.oracle
Classes in org.geotools.data.oracle that implement DataStoreFactorySpi Modifier and Type Class Description classOracleNGDataStoreFactoryOracle data store factory.classOracleNGJNDIDataStoreFactoryJNDI DataStoreFactory for oracle database.classOracleNGOCIDataStoreFactoryCreates 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 classPostgisNGDataStoreFactoryclassPostgisNGJNDIDataStoreFactoryJNDI 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 classPropertyDataStoreFactoryDataStore 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 classShapefileDataStoreFactoryBuilds instances of the shapefile data storeclassShapefileDirectoryFactoryCreates 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 DataStoreFactorySpi Modifier and Type Class Description classSingleStoreDataStoreFactoryDataStoreFactory for SingleStore database.classSingleStoreJNDIDataStoreFactoryJNDI DataStoreFactory for SingleStore database. -
Uses of DataStoreFactorySpi in org.geotools.data.sqlserver
Classes in org.geotools.data.sqlserver that implement DataStoreFactorySpi Modifier and Type Class Description classSQLServerDataStoreFactoryDataStore factory for Microsoft SQL Server.classSQLServerJNDIDataStoreFactoryJNDI 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 classJDTSSQLServerJNDIDataStoreFactoryclassJTDSSqlServerDataStoreFactory -
Uses of DataStoreFactorySpi in org.geotools.data.store
Fields in org.geotools.data.store declared as DataStoreFactorySpi Modifier and Type Field Description protected DataStoreFactorySpiContentDataStore. dataStoreFactoryfactory used to create the datastoreMethods in org.geotools.data.store that return DataStoreFactorySpi Modifier and Type Method Description DataStoreFactorySpiContentDataStore. 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 voidContentDataStore. 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 classTeradataDataStoreFactoryclassTeradataJNDIDataStoreFactoryJNDI 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 classVPFDataStoreFactoryClass 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 classVPFFileFactoryA 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 classWFSDataStoreFactoryADataStoreFactorySpito 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 DataStoreFactorySpiUtils. SHAPE_SPIMethods 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 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 DataStoreFactorySpi Modifier and Type Method Description static 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 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 classGeoPkgDataStoreFactoryThe GeoPackage DataStore Factory. -
Uses of DataStoreFactorySpi in org.geotools.jdbc
Classes in org.geotools.jdbc that implement DataStoreFactorySpi Modifier and Type Class Description classJDBCDataStoreFactoryAbstract implementation of DataStoreFactory for jdbc datastores.classJDBCJNDIDataStoreFactoryAbstract 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 classMBTilesDataStoreFactory -
Uses of DataStoreFactorySpi in org.geotools.stac.store
Classes in org.geotools.stac.store that implement DataStoreFactorySpi Modifier and Type Class Description classSTACDataStoreFactory -
Uses of DataStoreFactorySpi in org.geotools.swing.data
Fields in org.geotools.swing.data declared as DataStoreFactorySpi Modifier and Type Field Description protected 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 DataStoreFactorySpi Modifier and Type Method Description voidJDataStorePage. setFormat(DataStoreFactorySpi format)voidJDataStoreWizard. 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 classVectorMosaicStoreFactoryFactory forVectorMosaicStoreinstances.Methods in org.geotools.vectormosaic that return DataStoreFactorySpi Modifier and Type Method Description protected DataStoreFactorySpiGranuleStoreFinder. 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 classH2GISDataStoreFactoryjdbc-h2gis is an extension to connect H2GIS a spatial library that brings spatial support to the H2 Java database.classH2GISJNDIDataStoreFactoryjdbc-h2gis is an extension to connect H2GIS a spatial library that brings spatial support to the H2 Java database.
-