Not sure if simone or martin actually looked at this pending change? I am adding a couple of methods to GridCoverageReader ...
It looks like the following is no longer in use: - org.geotools.coverage.io.GridCoverageReader (even though it was only added in 2.4?) - org.geotools.coverage.io.ExoreferencedGridCoverageReader The other GridCoverageReader is deprecated and comes from GeoAPI: - org.opengis.coverage.grid.GridCoverageReader; This looks to be the one we are using. I noticed that all useful implemenations extend: - AbstractGridCoverage2DReader So I will add the methods here. The one non useful implementation is WMSReader; which I recommend we kill. It is a grid coverage format made to access WMS content; it was never advertised as a available format (ie in the META-INF services) - so it looks like it can be killed quickly. Jody ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Geotools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
