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.
|
Class and Description |
---|
DataStore
Manages a series of features, coverages or sensor data.
|
DataStoreException
Thrown when a
DataStore can not complete a read or write operation. |
ProbeResult
Tells whether a storage (file, database) appears to be supported by a
DataStore . |
StorageConnector
Information for creating a connection to a
DataStore in read and/or write mode. |
UnsupportedStorageException
Thrown when no
DataStoreProvider is found for a given storage object. |
Class and Description |
---|
DataStore
Manages a series of features, coverages or sensor data.
|
DataStoreException
Thrown when a
DataStore can not complete a read or write operation. |
DataStoreProvider
Provides information about a specific
DataStore implementation. |
ProbeResult
Tells whether a storage (file, database) appears to be supported by a
DataStore . |
StorageConnector
Information for creating a connection to a
DataStore in read and/or write mode. |
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.