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.
Metadata readers for some format used in Earth observation (Landsat, MODIS).
Maps ISO metadata elements from/to the GeoTIFF tags.
Reader of Landsat 8 level 1-2 data.
Reads netCDF files conforming to the Climate and Forecast (CF).
Data store capable to read and create features from 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) Returns a data store implementation associated with this provider.DataStoreProvider.open
(ParameterValueGroup parameters) Returns a data store implementation associated with this provider for the given parameters.static DataStore
Creates aDataStore
for 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.protected
DataStore
(DataStore parent, StorageConnector connector) Deprecated. -
Uses of DataStore in org.apache.sis.storage.earthobservation
Subclasses of DataStore in org.apache.sis.storage.earthobservationModifier and TypeClassDescriptionclass
Deprecated.Moved to theorg.apache.sis.storage.landsat
package. -
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) Returns aGeoTiffStore
implementation associated with this provider.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.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 data store capable to read and create features from 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.
DataStore(DataStore, DataStoreProvider, StorageConnector, boolean)
.