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. -
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. -
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.StoreProvider.probeContent(StorageConnector connector) ReturnsProbeResult.SUPPORTEDif the given storage appears to be a folder. -
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
Methods in org.apache.sis.internal.storage.image with parameters of type StorageConnectorModifier and TypeMethodDescriptionWorldFileStoreProvider.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 StorageConnectorModifierConstructorDescriptionWorldFileStore(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. -
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. -
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.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.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. -
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 TypeMethodDescriptionLandsatStoreProvider.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.