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 StorageConnectorURIDataStore.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 booleanURIDataStore.Provider.isWritable(StorageConnector connector) Returnstrueif the open options containsStandardOpenOption.WRITEor if the storage type is some kind of output stream.Constructors in org.apache.sis.internal.storage with parameters of type StorageConnectorModifierConstructorDescriptionprotectedPRJDataStore(DataStoreProvider provider, StorageConnector connector) Creates a new data store.protectedURIDataStore(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 CSVStoreimplementation 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 anAsciiGridStoreimplementation associated with this provider.RawRasterStoreProvider.open(StorageConnector connector) Returns anRawRasterStoreimplementation 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.SUPPORTEDif 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 DataStoreStoreProvider.open(StorageConnector connector, String format, EnumSet<StandardOpenOption> options) Shared implementation of publicopen(…)methods.StoreProvider.probeContent(StorageConnector connector) ReturnsProbeResult.SUPPORTEDif the given storage appears to be a folder.Constructors in org.apache.sis.internal.storage.folder with parameters of type StorageConnectorModifierConstructorDescriptionprivateStore(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 GPXStoreimplementation 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 StorageConnectorFormatFinder.connectorInformation about the storage (URL, stream, etc).Methods in org.apache.sis.internal.storage.image with parameters of type StorageConnectorModifier and TypeMethodDescription(package private) final ImageReaderSpiFormatFilter.findProvider(String identifier, StorageConnector connector, Set<ImageReaderSpi> done) Finds a provider for the given input, or returnsnullif none.WorldFileStoreProvider.open(StorageConnector connector) Returns aWorldFileStoreimplementation 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 PathFirstKeywordPeek.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 aStoreimplementation associated with this provider.final ProbeResultFirstKeywordPeek.probeContent(DataStoreProvider provider, StorageConnector connector) ReturnsProbeResult.SUPPORTEDif 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 aStoreimplementation 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 StorageConnectorModifierConstructorDescriptionprotectedStaxDataStore(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 DataStoreDataStoreProvider.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 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.private <N> ProbeResultDataStoreProvider.tryNextProber(StorageConnector connector, DataStoreProvider.ProberList<?, N> list) Tries theDataStoreProvider.ProberList.nextprobe.private <S> ProbeResultDataStoreProvider.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.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)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 aGeoTiffStoreimplementation 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 PathLandsatStoreProvider.Peek.getAuxiliaryPath(StorageConnector connector) Returns the path to the metadata file relative to the directory specified by user.LandsatStoreProvider.open(StorageConnector connector) Returns aLandsatStoreimplementation associated with this provider.LandsatStoreProvider.probeContent(StorageConnector connector) ReturnsProbeResult.SUPPORTEDif 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 aSQLStoreimplementation associated with this provider.SQLStoreProvider.probeContent(StorageConnector connector) ReturnsProbeResult.SUPPORTEDif 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 newSQLStorefor the given data source and tables, views or queries.