Uses of Class
org.apache.sis.storage.DataStoreProvider
Packages that use DataStoreProvider
Package
Description
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.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. -
Uses of DataStoreProvider in org.apache.sis.internal.storage.folder
Subclasses of DataStoreProvider in org.apache.sis.internal.storage.folder -
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.xmlModifier and TypeClassDescriptionclassBase class for providers ofDataStoreimplementations for XML files.final classThe provider ofStoreinstances. -
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 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 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. -
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