org.geotoolkit.image.io
Interface AggregatedImageStore

All Known Implementing Classes:
NetcdfImageReader

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.

Since:
3.16
Version:
3.16
Author:
Martin Desruisseaux (Geomatys)
Module:
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

getAggregatedFiles

List<URI> getAggregatedFiles(int imageIndex)
                             throws IOException
Returns the URIs to the aggregated files, or null if the current input is not an aggregation.

Parameters:
imageIndex - The index of the image (or variable) for which to get the aggregated files.
Returns:
The individual files which are aggregated, or null if none.
Throws:
IOException - If an error occurred while building the list of files.


Copyright © 2009-2012 Geotoolkit.org. All Rights Reserved.