Uses of Class
org.apache.sis.storage.DataStoreException
-
Packages that use DataStoreException Package Description org.apache.sis.storage Data store base types for retrieving and saving geospatial data in various storage formats.org.apache.sis.storage.earthobservation Metadata readers for some format used in Earth observation (Landsat, MODIS).org.apache.sis.storage.geotiff Maps ISO metadata elements from/to the GeoTIFF tags.org.apache.sis.storage.netcdf Maps ISO metadata elements from/to the Climate and Forecast (CF) attributes in a netCDF file.org.apache.sis.storage.sql Data store capable to read and create features from a JDBC connection to a database. -
-
Uses of DataStoreException in org.apache.sis.storage
Subclasses of DataStoreException in org.apache.sis.storage Modifier and Type Class Description classConcurrentReadExceptionThrown when an operation can not be performed while a read operation is in progress.classConcurrentWriteExceptionThrown when an operation can not be performed while a write operation is in progress.classDataStoreClosedExceptionThrown when a data store is closed and can no more return data.classDataStoreContentExceptionThrown when a store can not be read because the stream contains invalid data.classDataStoreReferencingExceptionThrown when a data store failed to construct the coordinate reference system (CRS) or other positioning information.classForwardOnlyStorageExceptionThrown when an operation would require to move the cursor back, but the underlying storage does not allow that.classIllegalFeatureTypeExceptionThrown when a store can not write the given feature because its type is not one of the supported types.classIllegalNameExceptionThrown when an invalid name is used for identifying a coverage, a feature or other kind of element in a data store.classIllegalOpenParameterExceptionThrown when aDataStorecan not be opened because of invalid parameters.classInternalDataStoreExceptionThrown when an internal error occurred in aDataStoreimplementation.classReadOnlyStorageExceptionThrown when aDataStorecan not perform a write operations.classUnsupportedQueryExceptionThrown when a resources can not be filtered with a given query.classUnsupportedStorageExceptionThrown when noDataStoreProvideris found for a given storage object.Methods in org.apache.sis.storage that return DataStoreException Modifier and Type Method Description DataStoreExceptionDataStoreException. initCause(Throwable cause)Initializes the cause of this throwable to the specified value.Methods in org.apache.sis.storage that throw DataStoreException Modifier and Type Method Description ResourceWritableAggregate. add(Resource resource)Adds a newResourcein thisAggregate.voidWritableFeatureSet. add(Iterator<? extends AbstractFeature> features)Inserts new feature instances in thisFeatureSet.abstract voidDataStore. close()Closes this data store and releases any underlying resources.voidStorageConnector. closeAllExcept(Object view)Closes all streams and connections created by thisStorageConnectorexcept the given view.Collection<? extends Resource>Aggregate. components()Returns the children resources of this aggregate.Stream<AbstractFeature>FeatureSet. features(boolean parallel)Returns a stream of all features contained in this dataset.ResourceDataStore. findResource(String identifier)Searches for a resource identified by the given identifier.Optional<Envelope>DataSet. getEnvelope()Returns the spatiotemporal extent of this resource in its most natural coordinate reference system.GridGeometryGridCoverageResource. getGridGeometry()Returns the valid extent of grid coordinates together with the conversion from those grid coordinates to real world coordinates.Optional<GenericName>DataStore. getIdentifier()Returns an identifier for the root resource of this data store, ornullif none.Optional<GenericName>Resource. getIdentifier()Returns the resource persistent identifier.abstract MetadataDataStore. getMetadata()Returns information about the data store as a whole.MetadataResource. getMetadata()Returns information about this resource.List<SampleDimension>GridCoverageResource. getSampleDimensions()Returns the ranges of sample values together with the conversion from samples to real values.ObjectStorageConnector. getStorage()Returns the input/output object given at construction time.<T> TStorageConnector. getStorageAs(Class<T> type)Returns the storage as a view of the given type if possible, ornullotherwise.DefaultFeatureTypeFeatureSet. getType()Returns a description of properties that are common to all features in this dataset.abstract DataStoreDataStoreProvider. open(StorageConnector connector)Returns a data store implementation associated with this provider.DataStoreDataStoreProvider. open(ParameterValueGroup parameters)Returns a data store implementation associated with this provider for the given parameters.static DataStoreDataStores. open(Object storage)Creates aDataStorefor the given storage.abstract ProbeResultDataStoreProvider. probeContent(StorageConnector connector)Indicates if the given storage appears to be supported by theDataStores created by this provider.static StringDataStores. probeContentType(Object storage)Returns the MIME type of the storage file format, ornullif unknown or not applicable.GridCoverageGridCoverageResource. read(GridGeometry domain, int... range)Loads a subset of the grid coverage represented by this resource.voidWritableAggregate. remove(Resource resource)Removes aResourcefrom thisAggregate.booleanWritableFeatureSet. removeIf(Predicate<? super AbstractFeature> filter)Removes all feature instances from thisFeatureSetwhich matches the given predicate.voidWritableFeatureSet. replaceIf(Predicate<? super AbstractFeature> filter, UnaryOperator<AbstractFeature> updater)Updates all feature instances from thisFeatureSetwhich match the given predicate.default FeatureSetFeatureSet. subset(Query query)Requests a subset of features and/or feature properties from this resource.voidWritableFeatureSet. updateType(DefaultFeatureType newType)Declares or redefines the type of all feature instances in this feature set.Constructors in org.apache.sis.storage that throw DataStoreException 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. -
Uses of DataStoreException in org.apache.sis.storage.earthobservation
Methods in org.apache.sis.storage.earthobservation that throw DataStoreException Modifier and Type Method Description voidLandsatStore. close()Closes this Landsat store and releases any underlying resources.Optional<GenericName>LandsatStore. getIdentifier()Returns the value associated toLANDSAT_SCENE_IDin the Landsat metadata file.MetadataLandsatStore. getMetadata()Returns information about the dataset as a whole.DataStoreLandsatStoreProvider. open(StorageConnector connector)Returns aLandsatStoreimplementation associated with this provider.ProbeResultLandsatStoreProvider. probeContent(StorageConnector connector)ReturnsProbeResult.SUPPORTEDif the given storage appears to be supported byLandsatStore.Constructors in org.apache.sis.storage.earthobservation that throw DataStoreException Constructor Description LandsatStore(LandsatStoreProvider provider, StorageConnector connector)Creates a new Landsat store from the given file, URL, stream or character reader. -
Uses of DataStoreException in org.apache.sis.storage.geotiff
Methods in org.apache.sis.storage.geotiff that throw DataStoreException Modifier and Type Method Description voidGeoTiffStore. close()Closes this GeoTIFF store and releases any underlying resources.List<GridCoverageResource>GeoTiffStore. components()Returns descriptions of all images in this GeoTIFF file.GridCoverageResourceGeoTiffStore. findResource(String sequence)Returns the image at the given index.Optional<GenericName>GeoTiffStore. getIdentifier()Returns an identifier constructed from the name of the TIFF file.MetadataGeoTiffStore. getMetadata()Returns information about the dataset as a whole.DataStoreGeoTiffStoreProvider. open(StorageConnector connector)Returns aGeoTiffStoreimplementation associated with this provider.ProbeResultGeoTiffStoreProvider. probeContent(StorageConnector connector)ReturnsProbeResult.SUPPORTEDif the given storage appears to be supported byGeoTiffStore.Constructors in org.apache.sis.storage.geotiff that throw DataStoreException Constructor Description GeoTiffStore(GeoTiffStoreProvider provider, StorageConnector connector)Creates a new GeoTIFF store from the given file, URL or stream object. -
Uses of DataStoreException in org.apache.sis.storage.netcdf
Methods in org.apache.sis.storage.netcdf that throw DataStoreException Modifier and Type Method Description voidNetcdfStore. close()Closes this netCDF store and releases any underlying resources.Collection<Resource>NetcdfStore. components()Returns the resources (features or coverages) in this netCDF store.VersionNetcdfStore. getConventionVersion()Returns the version number of the Climate and Forecast (CF) conventions used in the netCDF file.Optional<GenericName>NetcdfStore. getIdentifier()Returns an identifier constructed from global attributes or the filename of the netCDF file.MetadataNetcdfStore. getMetadata()Returns information about the dataset as a whole.DataStoreNetcdfStoreProvider. open(StorageConnector connector)Returns aNetcdfStoreimplementation associated with this provider.ProbeResultNetcdfStoreProvider. probeContent(StorageConnector connector)ReturnsProbeResult.SUPPORTEDif the given storage appears to be supported byNetcdfStore.Constructors in org.apache.sis.storage.netcdf that throw DataStoreException Constructor Description NetcdfStore(NetcdfStoreProvider provider, StorageConnector connector)Creates a new netCDF store from the given file, URL, stream orNetcdfFileobject. -
Uses of DataStoreException in org.apache.sis.storage.sql
Methods in org.apache.sis.storage.sql that throw DataStoreException Modifier and Type Method Description voidSQLStore. close()Closes this SQL store and releases any underlying resources.Collection<Resource>SQLStore. components()Returns the resources (features or coverages) in this SQL store.ResourceSQLStore. findResource(String identifier)Searches for a resource identified by the given identifier.Optional<GenericName>SQLStore. getIdentifier()SQL data store root resource has no identifier.MetadataSQLStore. getMetadata()Returns information about the dataset as a whole.DataStoreSQLStoreProvider. open(StorageConnector connector)Returns aSQLStoreimplementation associated with this provider.DataStoreSQLStoreProvider. open(ParameterValueGroup parameters)Returns a data store implementation associated with this provider for the given parameters.ProbeResultSQLStoreProvider. probeContent(StorageConnector connector)ReturnsProbeResult.SUPPORTEDif the given storage appears to be supported bySQLStore.Constructors in org.apache.sis.storage.sql that throw DataStoreException Constructor Description SQLStore(SQLStoreProvider provider, StorageConnector connector, GenericName... tableNames)Creates a new instance for the given storage.
-