Uses of Interface
org.apache.sis.storage.StorageConnector.Opener
Packages that use StorageConnector.Opener
Package
Description
Data store base types for retrieving and saving geospatial data
in various storage formats.
-
Uses of StorageConnector.Opener in org.apache.sis.storage
Fields in org.apache.sis.storage with type parameters of type StorageConnector.OpenerModifier and TypeFieldDescriptionprivate static final Map<Class<?>,StorageConnector.Opener<?>> StorageConnector.OPENERSList of types recognized byStorageConnector.getStorageAs(Class), associated to the methods for opening stream of those types.Methods in org.apache.sis.storage with parameters of type StorageConnector.OpenerModifier and TypeMethodDescriptionprivate static <S> voidStorageConnector.add(Class<S> type, StorageConnector.Opener<S> op) Helper method forStorageConnector.OPENERSstatic initialization.