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 DataStoreProviderFormattedOutputCommand.providerThe provider ofDataStoreinstances capable to write data in theFormattedOutputCommand.outputFormat, ornullif none.Fields in org.apache.sis.console with type parameters of type DataStoreProviderModifier and TypeFieldDescriptionprivate final Class<? extends DataStoreProvider>OutputFormat.providerClassThe provider class for this format.Methods in org.apache.sis.console that return DataStoreProviderModifier and TypeMethodDescription(package private) final DataStoreProviderOutputFormat.provider()Returns the data store provider, ornullif none.Constructor parameters in org.apache.sis.console with type arguments of type DataStoreProviderModifierConstructorDescriptionprivateOutputFormat(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 TypeClassDescriptionclassBase class of data store providers having an entry in the metadata SQL database.static classProvider forPRJDataStoreinstances.static classProvider forURIDataStoreinstances.Methods in org.apache.sis.internal.storage that return DataStoreProviderModifier and TypeMethodDescriptionstatic DataStoreProviderStoreUtilities.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 StorageConnectorURIDataStore.Provider.connector(DataStoreProvider provider, org.opengis.parameter.ParameterValueGroup parameters) Creates a storage connector initialized to the location declared in given parameters.static StringStoreUtilities.getFormatName(DataStoreProvider provider) Returns an identifier for the given data store provider, ornullif none.static org.opengis.parameter.ParameterValueGroupURIDataStore.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 BooleanStoreUtilities.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 DataStoreProviderModifierConstructorDescriptionprotectedPRJDataStore(DataStoreProvider provider, StorageConnector connector) Creates a new data store.protectedURIDataStore(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 classThe provider ofAsciiGridStoreinstances.final classThe provider ofRawRasterStoreinstances.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 DataStoreProviderStore.componentProviderThe 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 ProbeResultFirstKeywordPeek.probeContent(DataStoreProvider provider, StorageConnector connector) ReturnsProbeResult.SUPPORTEDif 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 DataStoreProviderCanNotProbeException.providerThe data store provider that failed to probe a file.protected final DataStoreProviderDataStore.providerThe factory that created thisDataStoreinstance, ornullif unspecified.(package private) final DataStoreProviderProbeProviderPair.providerThe 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.loaderThe loader to use for searching forDataStoreProviderimplementations.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 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.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.(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