Hello All,

I have a GridCoverage loaded from GeoTiff and I need to set all the NoData 
values to zero.  I am trying to do this using this code below:

Operations coverageOperations = new Operations(new RenderingHints(null));
GridCoverage2D fixed = (GridCoverage2D) 
coverageOperations.nodataFilter((GridCoverage) weights);

This code compiles cleanly, but when executed throws the following error.

org.opengis.coverage.processing.OperationNotFoundException: No such 
"NodataFilter" operation for this processor.

What am I missing here?  Any help is appreciated.
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
GeoTools-GT2-Users mailing list
GeoTools-GT2-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users

Reply via email to