Uses of Class
org.apache.sis.storage.UnsupportedStorageException
-
Packages that use UnsupportedStorageException Package Description org.apache.sis.storage 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 UnsupportedStorageException Modifier and Type Method Description static DataStore
DataStores. open(Object storage)
Creates aDataStore
for the given storage.
-