Uses of Class
org.apache.sis.storage.ProbeResult
Packages that use ProbeResult
Package
Description
Data store base types for retrieving and saving geospatial data
in various storage formats.
Maps GeoTIFF tags to ISO metadata and read raster data as coverages.
Reader of Landsat 8 level 1-2 data.
Reads netCDF files conforming to the Climate and Forecast (CF).
Data store capable to read and create features from a JDBC connection to a database.
-
Uses of ProbeResult in org.apache.sis.storage
Fields in org.apache.sis.storage declared as ProbeResultModifier and TypeFieldDescriptionstatic final ProbeResult
ProbeResult.INSUFFICIENT_BYTES
The open capability cannot be determined because theByteBuffer
contains an insufficient amount of bytes.static final ProbeResult
ProbeResult.SUPPORTED
TheDataStoreProvider
recognizes the given storage, but has no additional information.static final ProbeResult
ProbeResult.UNDETERMINED
The open capability cannot be determined.static final ProbeResult
ProbeResult.UNSUPPORTED_STORAGE
TheDataStoreProvider
does not recognize the given storage object, file format or database schema.Methods in org.apache.sis.storage that return ProbeResultModifier and TypeMethodDescriptionabstract ProbeResult
DataStoreProvider.probeContent
(StorageConnector connector) Indicates if the given storage appears to be supported by theDataStore
s created by this provider.protected <S> ProbeResult
DataStoreProvider.probeContent
(StorageConnector connector, Class<S> type, DataStoreProvider.Prober<? super S> prober) Applies the specified test on the storage content without modifying buffer or input stream position.Probes the given input and returns an indication about whether that input is supported. -
Uses of ProbeResult in org.apache.sis.storage.geotiff
Methods in org.apache.sis.storage.geotiff that return ProbeResultModifier and TypeMethodDescriptionGeoTiffStoreProvider.probeContent
(StorageConnector connector) Returns the MIME type if the given storage appears to be supported byGeoTiffStore
. -
Uses of ProbeResult in org.apache.sis.storage.landsat
Methods in org.apache.sis.storage.landsat that return ProbeResultModifier and TypeMethodDescriptionLandsatStoreProvider.probeContent
(StorageConnector connector) ReturnsSUPPORTED
if the given storage appears to be supported byLandsatStore
. -
Uses of ProbeResult in org.apache.sis.storage.netcdf
Methods in org.apache.sis.storage.netcdf that return ProbeResultModifier and TypeMethodDescriptionNetcdfStoreProvider.probeContent
(StorageConnector connector) Returns the MIME type if the given storage appears to be supported byNetcdfStore
. -
Uses of ProbeResult in org.apache.sis.storage.sql
Methods in org.apache.sis.storage.sql that return ProbeResult