Uses of Class
org.apache.sis.storage.DataStoreProvider
Packages that use DataStoreProvider
Package
Description
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 DataStoreProviderModifier and TypeFieldDescriptionprotected final DataStoreProviderDataStore.providerThe factory that created thisDataStoreinstance, ornullif unspecified.Methods in org.apache.sis.storage that return DataStoreProviderModifier and TypeMethodDescriptionCanNotProbeException.getProvider()Returns the data store provider that failed to probe a file.DataStore.getProvider()Returns the factory that created thisDataStoreinstance.Methods in org.apache.sis.storage that return types with arguments of type DataStoreProviderModifier and TypeMethodDescriptionstatic 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 DataStoreProviderModifierConstructorDescriptionCanNotProbeException(DataStoreProvider provider, String message, Throwable cause) Creates an exception with the specified details message and cause.CanNotProbeException(DataStoreProvider provider, StorageConnector connector, Throwable cause) Creates a localized exception with a message saying that the given store can not be processed.protectedDataStore(DataStoreProvider provider, StorageConnector connector) Creates a new instance for the given storage (typically file or database).protectedDataStore(DataStore parent, DataStoreProvider provider, StorageConnector connector, boolean hidden) Creates a new instance as a child of another data store instance.