Hi Michael, ha, that may be the problem - you are using ReferencedEnvelope in your example, I used Envelope2D as sugested by the javadoc... Maybe that is the problem... Will try to substitute the latter in. Strange, according to javadoc it should accept a null parameter there as well and then appply the process to the whole of the coverage, which does not work...
Will report Cheers M. > Hi Martin, > > I've just added an example app for raster to vector conversion here... > http://svn.osgeo.org/geotools/trunk/demo/example/src/main/java/org/geotools/demo/process/RasterToVector.java > > Please try running that and see if it works for you. > > Michael > > PS. I think I should change the type of the bounds parameter from > Envelope2D to org.opengis.geometry.Envelope so that ReferencedEnvelope > can be used as well. I get lost in the multiplicity of envelope > classes :-( > ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Geotools-gt2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
