|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AggregatedImageStore
Interface for 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.
| coverage/geotk-coverageio (download) | View source code for this class |
| Method Summary | |
|---|---|
List<URI> |
getAggregatedFiles(int imageIndex)
Returns the URIs to the aggregated files, or null if the current
input is not an aggregation. |
| Method Detail |
|---|
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||