Uses of Class
org.apache.sis.storage.DataStoreProvider
Packages that use DataStoreProvider
Package
Description
Command line interface for Apache SIS.
Utility classes for the implementation of SIS storage classes.
DataStore
implementation for Coma Separated Values (CSV) files.Simple data store implementations for some ESRI grid formats (ASCII and binary).
DataStore
implementation for a folder containing an arbitrary number of data files.Reads and writes data in GPS Exchange Format (GPX).
Bridges between Apache SIS data stores and Java Image I/O.
DataStore
implementation for Well Known Text.Helper classes for reading and writing XML documents using StAX (Streaming API for XML).
Data store base types for retrieving and saving geospatial data
in various storage formats.
Maps GeoTIFF tags to ISO metadata and read raster data as coverages.
Reader of Landsat 8 level 1-2 data.
Data store capable to read and create features from a JDBC connection to a database.
-
Uses of DataStoreProvider in org.apache.sis.console
Fields in org.apache.sis.console declared as DataStoreProviderModifier and TypeFieldDescriptionprivate final DataStoreProvider
FormattedOutputCommand.provider
The provider ofDataStore
instances capable to write data in theFormattedOutputCommand.outputFormat
, ornull
if none.Fields in org.apache.sis.console with type parameters of type DataStoreProviderModifier and TypeFieldDescriptionprivate final Class
<? extends DataStoreProvider> OutputFormat.providerClass
The provider class for this format.Methods in org.apache.sis.console that return DataStoreProviderModifier and TypeMethodDescription(package private) final DataStoreProvider
OutputFormat.provider()
Returns the data store provider, ornull
if none.Constructor parameters in org.apache.sis.console with type arguments of type DataStoreProviderModifierConstructorDescriptionprivate
OutputFormat
(Class<? extends DataStoreProvider> provider) Creates a new enumeration value. -
Uses of DataStoreProvider in org.apache.sis.internal.storage
Subclasses of DataStoreProvider in org.apache.sis.internal.storageModifier and TypeClassDescriptionclass
Base class of data store providers having an entry in the metadata SQL database.static class
Provider forPRJDataStore
instances.static class
Provider forURIDataStore
instances.Methods in org.apache.sis.internal.storage that return DataStoreProviderModifier and TypeMethodDescriptionstatic DataStoreProvider
StoreUtilities.providerByFormatName
(String format) Returns a provider for the given format name.Methods in org.apache.sis.internal.storage with parameters of type DataStoreProviderModifier and TypeMethodDescriptionstatic StorageConnector
URIDataStore.Provider.connector
(DataStoreProvider provider, org.opengis.parameter.ParameterValueGroup parameters) Creates a storage connector initialized to the location declared in given parameters.static String
StoreUtilities.getFormatName
(DataStoreProvider provider) Returns an identifier for the given data store provider, ornull
if none.static org.opengis.parameter.ParameterValueGroup
URIDataStore.parameters
(DataStoreProvider provider, URI location) Creates parameter value group for the current location, if non-null.Method parameters in org.apache.sis.internal.storage with type arguments of type DataStoreProviderModifier and TypeMethodDescriptionstatic Boolean
StoreUtilities.canWrite
(Class<? extends DataStoreProvider> provider) Returns whether the given store has write capability.static String[]
StoreUtilities.getFileSuffixes
(Class<? extends DataStoreProvider> provider) Returns the possible suffixes of the files written by the data store created by the given provider.Constructors in org.apache.sis.internal.storage with parameters of type DataStoreProviderModifierConstructorDescriptionprotected
PRJDataStore
(DataStoreProvider provider, StorageConnector connector) Creates a new data store.protected
URIDataStore
(DataStoreProvider provider, StorageConnector connector) Creates a new data store. -
Uses of DataStoreProvider in org.apache.sis.internal.storage.csv
Subclasses of DataStoreProvider in org.apache.sis.internal.storage.csv -
Uses of DataStoreProvider in org.apache.sis.internal.storage.esri
Subclasses of DataStoreProvider in org.apache.sis.internal.storage.esriModifier and TypeClassDescriptionfinal class
The provider ofAsciiGridStore
instances.final class
The provider ofRawRasterStore
instances.Constructors in org.apache.sis.internal.storage.esri with parameters of type DataStoreProviderModifierConstructorDescription(package private)
RasterStore
(DataStoreProvider provider, StorageConnector connector) Creates a new raster store from the given file, URL or stream. -
Uses of DataStoreProvider in org.apache.sis.internal.storage.folder
Subclasses of DataStoreProvider in org.apache.sis.internal.storage.folderFields in org.apache.sis.internal.storage.folder declared as DataStoreProviderModifier and TypeFieldDescriptionprotected final DataStoreProvider
Store.componentProvider
The provider to use for probing the directory content, opening files and creating new files.Constructors in org.apache.sis.internal.storage.folder with parameters of type DataStoreProviderModifierConstructorDescription(package private)
Store
(DataStoreProvider provider, StorageConnector connector, Path path, DataStoreProvider format) Creates a new folder store from the given file, path or URI.(package private)
WritableStore
(DataStoreProvider provider, StorageConnector connector, Path path, DataStoreProvider format) Creates a new folder store from the given file, path or URI. -
Uses of DataStoreProvider in org.apache.sis.internal.storage.gpx
Subclasses of DataStoreProvider in org.apache.sis.internal.storage.gpx -
Uses of DataStoreProvider in org.apache.sis.internal.storage.image
Subclasses of DataStoreProvider in org.apache.sis.internal.storage.image -
Uses of DataStoreProvider in org.apache.sis.internal.storage.wkt
Subclasses of DataStoreProvider in org.apache.sis.internal.storage.wktMethods in org.apache.sis.internal.storage.wkt with parameters of type DataStoreProviderModifier and TypeMethodDescriptionfinal ProbeResult
FirstKeywordPeek.probeContent
(DataStoreProvider provider, StorageConnector connector) ReturnsProbeResult.SUPPORTED
if the given storage appears to begin with an expected keyword. -
Uses of DataStoreProvider in org.apache.sis.internal.storage.xml
Subclasses of DataStoreProvider in org.apache.sis.internal.storage.xml -
Uses of DataStoreProvider in org.apache.sis.internal.storage.xml.stream
Subclasses of DataStoreProvider in org.apache.sis.internal.storage.xml.stream -
Uses of DataStoreProvider in org.apache.sis.storage
Fields in org.apache.sis.storage declared as DataStoreProviderModifier and TypeFieldDescriptionprivate final DataStoreProvider
CanNotProbeException.provider
The data store provider that failed to probe a file.protected final DataStoreProvider
DataStore.provider
The factory that created thisDataStore
instance, ornull
if unspecified.(package private) final DataStoreProvider
ProbeProviderPair.provider
The provider to use for probing a file.Fields in org.apache.sis.storage with type parameters of type DataStoreProviderModifier and TypeFieldDescriptionprivate final ServiceLoader
<DataStoreProvider> DataStoreRegistry.loader
The loader to use for searching forDataStoreProvider
implementations.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 thisDataStore
instance.Methods in org.apache.sis.storage that return types with arguments of type DataStoreProviderModifier and TypeMethodDescriptionDataStoreRegistry.providers()
Returns the list of data store providers available at this method invocation time.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 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 cannot be processed.protected
DataStore
(DataStoreProvider provider, StorageConnector connector) Creates a new instance for the given storage (typically file or database).protected
DataStore
(DataStore parent, DataStoreProvider provider, StorageConnector connector, boolean hidden) Creates a new instance as a child of another data store instance.(package private)
ProbeProviderPair
(DataStoreProvider provider, ProbeResult probe) Creates a new pair. -
Uses of DataStoreProvider in org.apache.sis.storage.geotiff
Subclasses of DataStoreProvider in org.apache.sis.storage.geotiffConstructors in org.apache.sis.storage.geotiff with parameters of type DataStoreProviderModifierConstructorDescriptionGeoTiffStore
(DataStore parent, DataStoreProvider provider, StorageConnector connector, boolean hidden) Creates a new GeoTIFF store as a component of a larger data store. -
Uses of DataStoreProvider in org.apache.sis.storage.landsat
Subclasses of DataStoreProvider in org.apache.sis.storage.landsat -
Uses of DataStoreProvider in org.apache.sis.storage.sql
Subclasses of DataStoreProvider in org.apache.sis.storage.sql