Uses of Class
org.apache.sis.storage.ProbeResult
-
Packages that use ProbeResult 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 ProbeResult in org.apache.sis.storage
Fields in org.apache.sis.storage declared as ProbeResult Modifier and Type Field Description static ProbeResult
ProbeResult. INSUFFICIENT_BYTES
The open capability can not be determined because theByteBuffer
contains an insufficient amount of bytes.static ProbeResult
ProbeResult. SUPPORTED
TheDataStoreProvider
recognizes the given storage, but has no additional information.static ProbeResult
ProbeResult. UNDETERMINED
The open capability can not be determined.static 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 ProbeResult Modifier and Type Method Description abstract ProbeResult
DataStoreProvider. probeContent(StorageConnector connector)
Indicates if the given storage appears to be supported by theDataStore
s created by this provider. -
Uses of ProbeResult in org.apache.sis.storage.earthobservation
Methods in org.apache.sis.storage.earthobservation that return ProbeResult Modifier and Type Method Description ProbeResult
LandsatStoreProvider. probeContent(StorageConnector connector)
ReturnsSUPPORTED
if the given storage appears to be supported byLandsatStore
. -
Uses of ProbeResult in org.apache.sis.storage.geotiff
Methods in org.apache.sis.storage.geotiff that return ProbeResult Modifier and Type Method Description ProbeResult
GeoTiffStoreProvider. probeContent(StorageConnector connector)
ReturnsSUPPORTED
if the given storage appears to be supported byGeoTiffStore
. -
Uses of ProbeResult in org.apache.sis.storage.netcdf
Methods in org.apache.sis.storage.netcdf that return ProbeResult Modifier and Type Method Description ProbeResult
NetcdfStoreProvider. probeContent(StorageConnector connector)
ReturnsSUPPORTED
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 Modifier and Type Method Description ProbeResult
SQLStoreProvider. probeContent(StorageConnector connector)
-