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 DataStore
Creates aDataStore
capable to read the given storage.static DataStore
Creates aDataStore
capable to read the given storage, with a preference for the specified reader.static DataStore
DataStores.openWritable
(Object storage, String preferredFormat) Creates aDataStore
capable 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.