| 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.
|
| Modifier and Type | Field and Description |
|---|---|
protected DataStoreProvider |
DataStore.provider
The factory that created this
DataStore instance, or null if unspecified. |
| Modifier and Type | Method and Description |
|---|---|
DataStoreProvider |
DataStore.getProvider()
Returns the factory that created this
DataStore instance. |
| Modifier and Type | Method and Description |
|---|---|
static Collection<DataStoreProvider> |
DataStores.providers()
Returns the list of data store providers available at this method invocation time.
|
| Constructor and Description |
|---|
DataStore(DataStoreProvider provider,
StorageConnector connector)
Creates a new instance for the given storage (typically file or database).
|
| Modifier and Type | Class and Description |
|---|---|
class |
LandsatStoreProvider
The provider of
LandsatStore instances. |
| Modifier and Type | Class and Description |
|---|---|
class |
GeoTiffStoreProvider
The provider of
GeoTiffStore instances. |
| Modifier and Type | Class and Description |
|---|---|
class |
NetcdfStoreProvider
The provider of
NetcdfStore instances. |
Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.