Uses of Class
org.apache.sis.storage.StorageConnector
Packages that use StorageConnector
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 StorageConnector in org.apache.sis.internal.storage
Methods in org.apache.sis.internal.storage that return StorageConnectorModifier 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.Methods in org.apache.sis.internal.storage with parameters of type StorageConnectorModifier and TypeMethodDescriptionstatic boolean
URIDataStore.Provider.isWritable
(StorageConnector connector) Returnstrue
if the open options containsStandardOpenOption.WRITE
or if the storage type is some kind of output stream.Constructors in org.apache.sis.internal.storage with parameters of type StorageConnectorModifierConstructorDescriptionprotected
PRJDataStore
(DataStoreProvider provider, StorageConnector connector) Creates a new data store.protected
URIDataStore
(DataStoreProvider provider, StorageConnector connector) Creates a new data store. -
Uses of StorageConnector in org.apache.sis.internal.storage.csv
Methods in org.apache.sis.internal.storage.csv with parameters of type StorageConnectorModifier and TypeMethodDescriptionStoreProvider.open
(StorageConnector connector) Returns a CSVStore
implementation associated with this provider.StoreProvider.probeContent
(StorageConnector connector) Returns the MIME type if the given storage appears to be supported by CSVStore
.Constructors in org.apache.sis.internal.storage.csv with parameters of type StorageConnectorModifierConstructorDescriptionStore
(StoreProvider provider, StorageConnector connector) Creates a new CSV store from the given file, URL or stream. -
Uses of StorageConnector in org.apache.sis.internal.storage.esri
Methods in org.apache.sis.internal.storage.esri with parameters of type StorageConnectorModifier and TypeMethodDescriptionAsciiGridStoreProvider.open
(StorageConnector connector) Returns anAsciiGridStore
implementation associated with this provider.RawRasterStoreProvider.open
(StorageConnector connector) Returns anRawRasterStore
implementation associated with this provider.AsciiGridStoreProvider.probeContent
(StorageConnector connector) Returns the MIME type if the given storage appears to be supported byAsciiGridStore
.RawRasterStoreProvider.probeContent
(StorageConnector connector) ReturnsProbeResult.SUPPORTED
if the given storage appears to be supported byRawRasterStore
.Constructors in org.apache.sis.internal.storage.esri with parameters of type StorageConnectorModifierConstructorDescription(package private)
AsciiGridStore
(AsciiGridStoreProvider provider, StorageConnector connector, boolean readOnly) Creates a new ASCII Grid store from the given file, URL or stream.(package private)
RasterStore
(DataStoreProvider provider, StorageConnector connector) Creates a new raster store from the given file, URL or stream.(package private)
RawRasterStore
(RawRasterStoreProvider provider, StorageConnector connector) Creates a new raw raster store from the given file or URL.WritableStore
(AsciiGridStoreProvider provider, StorageConnector connector) Creates a new ASCII Grid store from the given file, URL or stream. -
Uses of StorageConnector in org.apache.sis.internal.storage.folder
Methods in org.apache.sis.internal.storage.folder with parameters of type StorageConnectorModifier and TypeMethodDescriptionStoreProvider.open
(StorageConnector connector) Returns a data store implementation associated with this provider.private DataStore
StoreProvider.open
(StorageConnector connector, String format, EnumSet<StandardOpenOption> options) Shared implementation of publicopen(…)
methods.StoreProvider.probeContent
(StorageConnector connector) ReturnsProbeResult.SUPPORTED
if the given storage appears to be a folder.Constructors in org.apache.sis.internal.storage.folder with parameters of type StorageConnectorModifierConstructorDescriptionprivate
Store
(Store parent, StorageConnector connector, org.opengis.util.NameFactory nameFactory) Creates a new sub-folder store as a child of the given folder store.(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 StorageConnector in org.apache.sis.internal.storage.gpx
Methods in org.apache.sis.internal.storage.gpx with parameters of type StorageConnectorModifier and TypeMethodDescriptionStoreProvider.open
(StorageConnector connector) Returns a GPXStore
implementation associated with this provider.Constructors in org.apache.sis.internal.storage.gpx with parameters of type StorageConnectorModifierConstructorDescriptionStore
(StoreProvider provider, StorageConnector connector) Creates a new GPX store from the given file, URL or stream object.WritableStore
(StoreProvider provider, StorageConnector connector) Creates a new GPX store from the given file, URL or stream object. -
Uses of StorageConnector in org.apache.sis.internal.storage.image
Fields in org.apache.sis.internal.storage.image declared as StorageConnectorModifier and TypeFieldDescription(package private) final StorageConnector
FormatFinder.connector
Information about the storage (URL, stream, etc).Methods in org.apache.sis.internal.storage.image with parameters of type StorageConnectorModifier and TypeMethodDescription(package private) final ImageReaderSpi
FormatFilter.findProvider
(String identifier, StorageConnector connector, Set<ImageReaderSpi> done) Finds a provider for the given input, or returnsnull
if none.WorldFileStoreProvider.open
(StorageConnector connector) Returns aWorldFileStore
implementation associated with this provider.WorldFileStoreProvider.probeContent
(StorageConnector connector) Returns the MIME type if the image file is recognized by an Image I/O reader.Constructors in org.apache.sis.internal.storage.image with parameters of type StorageConnectorModifierConstructorDescription(package private)
FormatFinder
(WorldFileStoreProvider provider, StorageConnector connector) Creates a new format finder.WorldFileStore
(WorldFileStoreProvider provider, StorageConnector connector) Creates a new store from the given file, URL or stream. -
Uses of StorageConnector in org.apache.sis.internal.storage.wkt
Methods in org.apache.sis.internal.storage.wkt with parameters of type StorageConnectorModifier and TypeMethodDescriptionprotected Path
FirstKeywordPeek.getAuxiliaryPath
(StorageConnector connector) If the data to read is not provided by the connector by rather by some auxiliary file relative to the connector, returns the path to that auxiliary file.StoreProvider.open
(StorageConnector connector) Returns aStore
implementation associated with this provider.final ProbeResult
FirstKeywordPeek.probeContent
(DataStoreProvider provider, StorageConnector connector) ReturnsProbeResult.SUPPORTED
if the given storage appears to begin with an expected keyword.StoreProvider.probeContent
(StorageConnector connector) Returns WKT version if the given storage appears to be supported by WKTStore
.Constructors in org.apache.sis.internal.storage.wkt with parameters of type StorageConnectorModifierConstructorDescriptionStore
(StoreProvider provider, StorageConnector connector) Creates a new WKT store from the given file, URL or stream. -
Uses of StorageConnector in org.apache.sis.internal.storage.xml
Methods in org.apache.sis.internal.storage.xml with parameters of type StorageConnectorModifier and TypeMethodDescriptionStoreProvider.open
(StorageConnector connector) Returns aStore
implementation associated with this provider.AbstractProvider.probeContent
(StorageConnector connector) Returns the MIME type if the given storage appears to be supported by the data store.Constructors in org.apache.sis.internal.storage.xml with parameters of type StorageConnectorModifierConstructorDescriptionStore
(StoreProvider provider, StorageConnector connector) Creates a new XML store from the given file, URL or stream. -
Uses of StorageConnector in org.apache.sis.internal.storage.xml.stream
Constructors in org.apache.sis.internal.storage.xml.stream with parameters of type StorageConnectorModifierConstructorDescriptionprotected
StaxDataStore
(StaxDataStoreProvider provider, StorageConnector connector) Creates a new data store. -
Uses of StorageConnector in org.apache.sis.storage
Methods in org.apache.sis.storage with parameters of type StorageConnectorModifier and TypeMethodDescriptionabstract DataStore
DataStoreProvider.open
(StorageConnector connector) Returns a data store implementation associated with this provider.StorageConnector.Opener.open
(StorageConnector c) Invoked when first needed for creating an input of the requested type.abstract ProbeResult
DataStoreProvider.probeContent
(StorageConnector connector) Indicates if the given storage appears to be supported by theDataStore
s created by this provider.protected <S> ProbeResult
DataStoreProvider.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.private <N> ProbeResult
DataStoreProvider.tryNextProber
(StorageConnector connector, DataStoreProvider.ProberList<?, N> list) Tries theDataStoreProvider.ProberList.next
probe.private <S> ProbeResult
DataStoreProvider.tryProber
(StorageConnector connector, Class<S> type, DataStoreProvider.Prober<? super S> prober) Implementation ofDataStoreProvider.probeContent(StorageConnector, Class, Prober)
for a single element in a list of probe.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 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)
ProbeInputStream
(StorageConnector owner, InputStream input) Creates a new input stream which delegates everything to the given input except the mark/reset operations.(package private)
ProbeReader
(StorageConnector owner, Reader input) Creates a new reader which delegates everything to the given reader except the mark/reset operations. -
Uses of StorageConnector in org.apache.sis.storage.geotiff
Methods in org.apache.sis.storage.geotiff with parameters of type StorageConnectorModifier and TypeMethodDescriptionGeoTiffStoreProvider.open
(StorageConnector connector) Returns aGeoTiffStore
implementation associated with this provider.GeoTiffStoreProvider.probeContent
(StorageConnector connector) Returns the MIME type if the given storage appears to be supported byGeoTiffStore
.Constructors in org.apache.sis.storage.geotiff with parameters of type StorageConnectorModifierConstructorDescriptionGeoTiffStore
(DataStore parent, DataStoreProvider provider, StorageConnector connector, boolean hidden) Creates a new GeoTIFF store as a component of a larger data store.GeoTiffStore
(GeoTiffStoreProvider provider, StorageConnector connector) Creates a new GeoTIFF store from the given file, URL or stream object. -
Uses of StorageConnector in org.apache.sis.storage.landsat
Methods in org.apache.sis.storage.landsat with parameters of type StorageConnectorModifier and TypeMethodDescriptionprotected Path
LandsatStoreProvider.Peek.getAuxiliaryPath
(StorageConnector connector) Returns the path to the metadata file relative to the directory specified by user.LandsatStoreProvider.open
(StorageConnector connector) Returns aLandsatStore
implementation associated with this provider.LandsatStoreProvider.probeContent
(StorageConnector connector) ReturnsProbeResult.SUPPORTED
if the given storage appears to be supported byLandsatStore
.Constructors in org.apache.sis.storage.landsat with parameters of type StorageConnectorModifierConstructorDescriptionLandsatStore
(LandsatStoreProvider provider, StorageConnector connector) Creates a new Landsat store from the given file, URL, stream or character reader. -
Uses of StorageConnector in org.apache.sis.storage.sql
Methods in org.apache.sis.storage.sql with parameters of type StorageConnectorModifier and TypeMethodDescriptionSQLStoreProvider.open
(StorageConnector connector) Returns aSQLStore
implementation associated with this provider.SQLStoreProvider.probeContent
(StorageConnector connector) ReturnsProbeResult.SUPPORTED
if the given storage appears to be supported bySQLStore
.Constructors in org.apache.sis.storage.sql with parameters of type StorageConnectorModifierConstructorDescriptionSQLStore
(SQLStoreProvider provider, StorageConnector connector, ResourceDefinition... resources) Creates a newSQLStore
for the given data source and tables, views or queries.