Uses of Class
org.apache.sis.internal.storage.folder.Store
Packages that use Store
Package
Description
DataStore
implementation for a folder containing an arbitrary number of data files.-
Uses of Store in org.apache.sis.internal.storage.folder
Subclasses of Store in org.apache.sis.internal.storage.folderModifier and TypeClassDescription(package private) final class
Writable version of the store which rely on given datastore provider to create new types.Fields in org.apache.sis.internal.storage.folder declared as StoreModifier and TypeFieldDescriptionprivate final Store
Store.originator
The data store for the root directory specified by the user.Constructors in org.apache.sis.internal.storage.folder with parameters of type StoreModifierConstructorDescriptionprivate
Store
(Store parent, StorageConnector connector, org.opengis.util.NameFactory nameFactory) Creates a new sub-folder store as a child of the given folder store.