I have finally got the vector to raster code into the process module. The new code is still on the 2.6.x_Process branch at the moment. The relevant package is here:
http://svn.osgeo.org/geotools/branches/2.6.x_Process/modules/unsupported/process/src/main/java/org/geotools/process/raster/ Steve: you'll see that I've vandalized your code quite a bit. Apart from changes made to fit it into the process module I've also tried to do the following: - support the production of large coverages by using TiledImage rather than BufferedImage - link the coverage data type to the type of the feature attribute used for values (presently int or float; other numeric types are coerced into one of these and a warning is logged) If you get the chance to look at it please let me know about any glaring errors, gaps etc. There is just one very basic unit test at the moment. I'll add more over the next few days. Michael ------------------------------------------------------------------------------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects _______________________________________________ Geotools-devel mailing list Geotools-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/geotools-devel