Package | Description |
---|---|
org.apache.sis.storage |
Data store base types for retrieving and saving geospatial data
in various storage formats.
|
org.apache.sis.storage.netcdf |
Maps ISO metadata elements from/to the Climate and Forecast (CF)
attributes in a NetCDF file.
|
Modifier and Type | Field and Description |
---|---|
static ProbeResult |
ProbeResult.INSUFFICIENT_BYTES
The open capability can not be determined because the
ByteBuffer contains an insufficient
amount of bytes. |
static ProbeResult |
ProbeResult.SUPPORTED
The
DataStoreProvider 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
The
DataStoreProvider does not recognize the given storage object, file format or database schema. |
Modifier and Type | Method and Description |
---|---|
abstract ProbeResult |
DataStoreProvider.probeContent(StorageConnector storage)
Indicates if the given storage appears to be supported by the
DataStore s created by this provider. |
Modifier and Type | Method and Description |
---|---|
ProbeResult |
NetcdfStoreProvider.probeContent(StorageConnector storage)
Returns
SUPPORTED if the given storage appears to be supported by NetcdfStore . |
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.