Uses of Class
org.apache.sis.storage.UnsupportedStorageException
Packages that use UnsupportedStorageException
Package
Description
Data store base types for retrieving and saving geospatial data
in various storage formats.
-
Uses of UnsupportedStorageException in org.apache.sis.storage
Methods in org.apache.sis.storage that throw UnsupportedStorageExceptionModifier and TypeMethodDescriptionstatic DataStoreCreates aDataStorecapable to read the given storage.static DataStoreCreates aDataStorecapable to read the given storage, with a preference for the specified reader.static DataStoreDataStores.openWritable(Object storage, String preferredFormat) Creates aDataStorecapable to write or update the given storage.static Optional<GridCoverage> DataStores.readGridCoverage(Object storage, Envelope aoi) Reads immediately the first grid coverage found in the given storage.