Re: [Geotools-gt2-users] Geotools question about raster rendering

2007-08-24 Thread Alessio Fabiani
Hi Gabriella, Simone is almost finishing a brand new RasterSymbolizer much more powerful than the actual implementation. It will allow you to assign colors to your custom categories, select color bands and more funcitonalities. So if you can wait some more few days, you can play with it very soon.

Re: [Geotools-gt2-users] Image Transformation form one CRS to an other

2007-08-24 Thread Simone Giannecchini
Ok, I played with the code you sent me: 1You are doing a strange thing here. You are creating a BufferedImage to feed it to a Coverage, then you are reprojecting it, which by the way creates a new RenderedImage having as a source the original BufferedImage. Then you try to draw this reproject

Re: [Geotools-gt2-users] Geotools question about raster rendering

2007-08-24 Thread Jody Garnett
Alessio Fabiani wrote: Hi Gabriella, Simone is almost finishing a brand new RasterSymbolizer much more powerful than the actual implementation. It will allow you to assign colors to your custom categories, select color bands and more funcitonalities. So if you can wait some more few days,

Re: [Geotools-gt2-users] Image Transformation form one CRS to an other

2007-08-24 Thread Jody Garnett
Yeah Simone, This will serve not only as a resample example but as the first example for WorldImageReader (you guys really never use the FormatFinder do you?). I have updated the wiki page with this new example: - http://docs.codehaus.org/display/GEOTDOC/05+Resample+Operation Tim perhaps you

Re: [Geotools-gt2-users] Geotools question about raster rendering

2007-08-24 Thread Jong Lee
Jody, Thank you for your answer. I will contact some authors to find out more... - Jong - Original Message From: Jody Garnett [EMAIL PROTECTED] To: Jong Lee [EMAIL PROTECTED]; geotools-users geotools-gt2-users@lists.sourceforge.net; Simone [EMAIL PROTECTED]; Martin Desruisseaux

Re: [Geotools-gt2-users] Image Transformation form one CRS to an other

2007-08-24 Thread Simone Giannecchini
Ciao Jody, be aware that the code I sent back to Tim is not really an example per se but it is done in that way to reproduce (at least to try to reproduce) Tim's problem. If you have in mind a couple of snippets you would like to see for coverages you can send an email and next week I will put

Re: [Geotools-gt2-users] Image Transformation form one CRS to an other

2007-08-24 Thread Jody Garnett
Simone Giannecchini wrote: Ciao Jody, be aware that the code I sent back to Tim is not really an example per se but it is done in that way to reproduce (at least to try to reproduce) Tim's problem. That is okay it is way more then the user community had before ;-) If you have in mind a