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 WarningListeners<DataStore> |
DataStore.listeners
The set of registered
WarningListener s for this data store. |
Modifier and Type | Method and Description |
---|---|
static DataStore |
DataStores.open(Object storage)
Creates a
DataStore for the given storage. |
DataStore |
DataStoreProvider.open(ParameterValueGroup parameters)
Returns a data store implementation associated with this provider for the given parameters.
|
abstract DataStore |
DataStoreProvider.open(StorageConnector connector)
Returns a data store implementation associated with this provider.
|
Modifier and Type | Method and Description |
---|---|
void |
FeatureNaming.add(DataStore store,
GenericName name,
E value)
Adds a value for the given name if none exist.
|
E |
FeatureNaming.get(DataStore store,
String name)
Returns the value associated to the given name.
|
boolean |
FeatureNaming.remove(DataStore store,
GenericName name)
Removes the value associated to the given name.
|
Modifier and Type | Method and Description |
---|---|
void |
DataStore.addWarningListener(WarningListener<? super DataStore> listener)
Adds a listener to be notified when a warning occurred while reading from or writing to the storage.
|
void |
DataStore.removeWarningListener(WarningListener<? super DataStore> listener)
Removes a previously registered listener.
|
Constructor and Description |
---|
DataStore(DataStore parent,
StorageConnector connector)
Creates a new instance as a child of another data store instance.
|
Modifier and Type | Class and Description |
---|---|
class |
LandsatStore
Parses Landsat metadata as ISO-19115 Metadata object.
|
Modifier and Type | Method and Description |
---|---|
DataStore |
LandsatStoreProvider.open(StorageConnector connector)
Returns a
LandsatStore implementation associated with this provider. |
Modifier and Type | Class and Description |
---|---|
class |
GeoTiffStore
A data store backed by GeoTIFF files.
|
Modifier and Type | Method and Description |
---|---|
DataStore |
GeoTiffStoreProvider.open(StorageConnector connector)
Returns a
GeoTiffStore implementation associated with this provider. |
Modifier and Type | Class and Description |
---|---|
class |
NetcdfStore
A data store backed by netCDF files.
|
Modifier and Type | Method and Description |
---|---|
DataStore |
NetcdfStoreProvider.open(StorageConnector connector)
Returns a
NetcdfStore implementation associated with this provider. |
Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.