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 | Interface and Description |
---|---|
interface |
Aggregate
A collection of resources.
|
interface |
DataSet
Collection of features that share a common set of attributes or properties.
|
interface |
FeatureSet
A dataset providing access to a stream of features.
|
Modifier and Type | Class and Description |
---|---|
class |
DataStore
Manages a series of features, coverages or sensor data.
|
Modifier and Type | Method and Description |
---|---|
Resource |
Aggregate.add(Resource resource)
Adds a new
Resource in this Aggregate . |
Resource |
DataStore.findResource(String identifier)
Searches for a resource identified by the given identifier.
|
Modifier and Type | Method and Description |
---|---|
Collection<Resource> |
Aggregate.components()
Returns the children resources of this aggregate.
|
Modifier and Type | Method and Description |
---|---|
Resource |
Aggregate.add(Resource resource)
Adds a new
Resource in this Aggregate . |
void |
Aggregate.remove(Resource resource)
Removes a
Resource from this Aggregate . |
Modifier and Type | Class and Description |
---|---|
class |
LandsatStore
Parses Landsat metadata as ISO-19115 Metadata object.
|
Modifier and Type | Class and Description |
---|---|
class |
GeoTiffStore
A data store backed by GeoTIFF files.
|
Modifier and Type | Class and Description |
---|---|
class |
NetcdfStore
A data store backed by netCDF files.
|
Modifier and Type | Method and Description |
---|---|
Resource |
NetcdfStore.add(Resource resource)
Unsupported operation in current version.
|
Modifier and Type | Method and Description |
---|---|
Collection<Resource> |
NetcdfStore.components()
Returns the resources (features or coverages) in this netCDF file.
|
Modifier and Type | Method and Description |
---|---|
Resource |
NetcdfStore.add(Resource resource)
Unsupported operation in current version.
|
void |
NetcdfStore.remove(Resource resource)
Unsupported operation in current version.
|
Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.