I am doing some QA on uDig (trying to sort out some raster performance issues) 
and have a number of questions/observations...

This constructor is probably confused (yes I know it is not our class):

RenderingHints( Map<Key,?> )

Since different keys require different kinds of values we probably intend?

RenderingHints( Map<Key,Object> )


GridCoverageReader is deprecated within an inch of its life; we resolved this 
last major release by allowing code to use AbstractGridCoverage2DReader 
directly.

However I still run into deprecated methods trying to grab the Format (so I can 
create read parameters).

group=reader.getFormat().getReadParameters();

Can we make this method non deprecated for AbstractGridCoverage2DReader?

I am also still using GridCoverageReaderRenderer directly, should I be going 
through another entry point?
------------------------------------------------------------------------------
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
_______________________________________________
Geotools-devel mailing list
Geotools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to