public interface AggregatedImageStore
ImageReader
and ImageWriter
implementations that may store
a large dataset as an aggregation of smaller datasets. There is many different way in which
an aggregation may be used:
The main practical case for this interface is NcML files, which are XML files enumerating the NetCDF files that are the elements of the aggregation.
Defined in the geotk-coverage
module
Modifier and Type | Method and Description |
---|---|
List<URI> |
getAggregatedFiles(int imageIndex)
Returns the URIs to the aggregated files, or
null if the current
input is not an aggregation. |
List<URI> getAggregatedFiles(int imageIndex) throws IOException
null
if the current
input is not an aggregation.imageIndex
- The index of the image (or variable) for which to get the aggregated files.null
if none.IOException
- If an error occurred while building the list of files.Copyright © 2009–2017 Geotoolkit.org. All rights reserved.