Uses of Class
org.apache.sis.storage.DataStore
Packages that use DataStore
Package
Description
Data store base types for retrieving and saving geospatial data
in various storage formats.
A data store that can read and write GeoTIFF files as grid coverages.
Reader of Landsat 8 level 1-2 data.
A plugin mechanism for modifying some aspects of the resources read by data stores.
Reads netCDF files conforming to the Climate and Forecast (CF).
Data store capable to read and write features using a JDBC connection to a database.
-
Uses of DataStore in org.apache.sis.storage
Methods in org.apache.sis.storage that return DataStoreModifier and TypeMethodDescriptionabstract DataStore
DataStoreProvider.open
(StorageConnector connector) Creates a data store instance associated with this provider.DataStoreProvider.open
(ParameterValueGroup parameters) Creates a data store instance associated with this provider for the given parameters.static DataStore
Creates aDataStore
capable to read the given storage.static DataStore
Creates aDataStore
capable to read the given storage, with a preference for the specified reader.static DataStore
DataStores.openWritable
(Object storage, String preferredFormat) Creates aDataStore
capable to write or update the given storage.Methods in org.apache.sis.storage with parameters of type DataStoreModifier and TypeMethodDescriptionvoid
FeatureNaming.add
(DataStore store, GenericName name, E value) Adds a value for the given name if none exist.Returns the value associated to the given name (case sensitive).boolean
FeatureNaming.remove
(DataStore store, GenericName name) Removes the value associated to the given name.Constructors in org.apache.sis.storage with parameters of type DataStoreModifierConstructorDescriptionprotected
DataStore
(DataStore parent, DataStoreProvider provider, StorageConnector connector, boolean hidden) Creates a new instance as a child of another data store instance. -
Uses of DataStore in org.apache.sis.storage.geotiff
Subclasses of DataStore in org.apache.sis.storage.geotiffMethods in org.apache.sis.storage.geotiff that return DataStoreModifier and TypeMethodDescriptionGeoTiffStoreProvider.open
(StorageConnector connector) Creates aGeoTiffStore
instance associated with this provider.GeoTiffStoreProvider.open
(ParameterValueGroup parameters) Creates aGeoTiffStore
instance from the given parameters.Constructors in org.apache.sis.storage.geotiff with parameters of type DataStoreModifierConstructorDescriptionGeoTiffStore
(DataStore parent, DataStoreProvider provider, StorageConnector connector, boolean hidden) Creates a new GeoTIFF store as a component of a larger data store. -
Uses of DataStore in org.apache.sis.storage.landsat
Subclasses of DataStore in org.apache.sis.storage.landsatMethods in org.apache.sis.storage.landsat that return DataStoreModifier and TypeMethodDescriptionLandsatStoreProvider.open
(StorageConnector connector) Returns aLandsatStore
implementation associated with this provider. -
Uses of DataStore in org.apache.sis.storage.modifier
Methods in org.apache.sis.storage.modifier that return DataStoreModifier and TypeMethodDescriptionCoverageModifier.Source.getDataStore()
Return the data store for which to modify a file, coverage (image) or sample dimension (band) description.Constructors in org.apache.sis.storage.modifier with parameters of type DataStoreModifierConstructorDescriptionBandSource
(DataStore store, int coverageIndex, int bandIndex, int numBands, DataType dataType) Creates a new source for the specified band.Creates a new source for the file as a whole.Creates a new source for a coverage at the specified index. -
Uses of DataStore in org.apache.sis.storage.netcdf
Subclasses of DataStore in org.apache.sis.storage.netcdfMethods in org.apache.sis.storage.netcdf that return DataStoreModifier and TypeMethodDescriptionNetcdfStoreProvider.open
(StorageConnector connector) Returns aNetcdfStore
implementation associated with this provider. -
Uses of DataStore in org.apache.sis.storage.sql
Subclasses of DataStore in org.apache.sis.storage.sqlModifier and TypeClassDescriptionclass
A concrete data store capable to read and write features from/to a spatial SQL database.class
An abstract data store for reading or writing resources from/to a spatial database.Methods in org.apache.sis.storage.sql that return DataStoreModifier and TypeMethodDescriptionSQLStoreProvider.open
(StorageConnector connector) Returns aSQLStore
implementation associated with this provider.SQLStoreProvider.open
(ParameterValueGroup parameters) Returns a data store implementation associated with this provider for the given parameters.