Uses of Class
org.apache.sis.storage.DataStore
-
Packages that use DataStore Package Description org.apache.sis.storage 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 DataStore Modifier and Type Method Description abstract DataStoreDataStoreProvider. open(StorageConnector connector)Returns a data store implementation associated with this provider.DataStoreDataStoreProvider. open(ParameterValueGroup parameters)Returns a data store implementation associated with this provider for the given parameters.static DataStoreDataStores. open(Object storage)Creates aDataStorefor the given storage.Methods in org.apache.sis.storage with parameters of type DataStore Modifier and Type Method Description voidFeatureNaming. add(DataStore store, GenericName name, E value)Adds a value for the given name if none exist.EFeatureNaming. get(DataStore store, String name)Returns the value associated to the given name.booleanFeatureNaming. remove(DataStore store, GenericName name)Removes the value associated to the given name.Method parameters in org.apache.sis.storage with type arguments of type DataStore Modifier and Type Method Description voidDataStore. addWarningListener(WarningListener<? super DataStore> listener)Deprecated.Replaced byaddListener(listener, WarningEvent.class).voidDataStore. removeWarningListener(WarningListener<? super DataStore> listener)Deprecated.Replaced byremoveListener(listener, WarningEvent.class).Constructors in org.apache.sis.storage with parameters of type DataStore Constructor Description DataStore(DataStore parent, StorageConnector connector)Creates a new instance as a child of another data store instance.
-