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.
-
Uses of DataStore in org.apache.sis.storage
Methods in org.apache.sis.storage that return DataStoreModifier and TypeMethodDescriptionabstract DataStoreDataStoreProvider.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 DataStoreCreates aDataStorefor the given storage.Methods in org.apache.sis.storage with parameters of type DataStoreModifier and TypeMethodDescriptionvoidFeatureNaming.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).booleanFeatureNaming.remove(DataStore store, GenericName name) Removes the value associated to the given name.Constructors in org.apache.sis.storage with parameters of type DataStoreModifierConstructorDescriptionprotectedDataStore(DataStore parent, DataStoreProvider provider, StorageConnector connector, boolean hidden) Creates a new instance as a child of another data store instance.