Uses of Class
org.apache.sis.storage.StorageConnector
Packages that use StorageConnector
Package
Description
Data store base types for retrieving and saving geospatial data
in various storage formats.
-
Uses of StorageConnector in org.apache.sis.storage
Methods in org.apache.sis.storage with parameters of type StorageConnectorModifier and TypeMethodDescriptionabstract DataStoreDataStoreProvider.open(StorageConnector connector) Returns a data store implementation associated with this provider.abstract ProbeResultDataStoreProvider.probeContent(StorageConnector connector) Indicates if the given storage appears to be supported by theDataStores created by this provider.protected <S> ProbeResultDataStoreProvider.probeContent(StorageConnector connector, Class<S> type, DataStoreProvider.Prober<? super S> prober) Applies the specified test on the storage content without modifying buffer or input stream position.Constructors in org.apache.sis.storage with parameters of type StorageConnectorModifierConstructorDescriptionCanNotProbeException(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.