Details
Description
We need to define a CoverageReader interface and create an implementation which use the SpatialMetadataFormat information for constructing the corresponding GeoAPI objects. Only one implementation should be suffisient for every kind of ImageReader defined in Geotoolkit.org, except for a few special cases (which should need only minor extensions to the common implementation anyway).
Actually this task should not be very hard, given that the most tedious parts happen in the IIOMetadata stuff below this Coverage I/O layer. Furthermore we can pick a significant amount of code from the PostGrid database engine (a module of the Constellation-SDI project).

An ImageCoverageReader implementation is available as of Geotk 3.09. However we keep this issue open until the port of the PostGrid database has been ported, since the later provide more extensive tests.