Uses of Class
org.apache.sis.storage.DataStoreProvider
-
Packages that use DataStoreProvider Package Description org.apache.sis.storage Data store base types for retrieving and saving geospatial data in various storage formats. -
-
Uses of DataStoreProvider in org.apache.sis.storage
Fields in org.apache.sis.storage declared as DataStoreProvider Modifier and Type Field Description protected DataStoreProviderDataStore. providerThe factory that created thisDataStoreinstance, ornullif unspecified.Methods in org.apache.sis.storage that return DataStoreProvider Modifier and Type Method Description DataStoreProviderDataStore. getProvider()Returns the factory that created thisDataStoreinstance.Methods in org.apache.sis.storage that return types with arguments of type DataStoreProvider Modifier and Type Method Description static Collection<DataStoreProvider>DataStores. providers()Returns the set of data store providers available at this method invocation time.Constructors in org.apache.sis.storage with parameters of type DataStoreProvider Constructor Description DataStore(DataStoreProvider provider, StorageConnector connector)Creates a new instance for the given storage (typically file or database).
-