Uses of Class
org.apache.sis.storage.StorageConnector
-
Packages that use StorageConnector Package Description org.apache.sis.storage Data store base types for retrieving and saving geospatial data in various storage formats. -
-
Uses of StorageConnector in org.apache.sis.storage
Methods in org.apache.sis.storage with parameters of type StorageConnector Modifier and Type Method Description abstract DataStoreDataStoreProvider. open(StorageConnector connector)Returns a data store implementation associated with this provider.abstract ProbeResultDataStoreProvider. probeContent(StorageConnector connector)Indicates if the given storage appears to be supported by theDataStores created by this provider.Constructors in org.apache.sis.storage with parameters of type StorageConnector Constructor Description DataStore(DataStoreProvider provider, StorageConnector connector)Creates a new instance for the given storage (typically file or database).DataStore(DataStore parent, StorageConnector connector)Creates a new instance as a child of another data store instance.
-