Hello ,
I have to multiply two raster,
CoverageProcessor proc = new CoverageProcessor();
ParameterValueGroup params =
proc.getOperation("Multiply").getParameters();
params.parameter("Source0").setValue(biomass);
params.parameter("Source1").setValue(surfaceexploitable);
GridCoverage2D multiply = (GridCoverage2D)
proc.doOperation(params, null);
My question is if i have pixel with NoData value in my source0 what
will be the result in the multiplication.
Thanks
------------------------------------------------------------------------------
The Go Parallel Website, sponsored by Intel - in partnership with Geeknet,
is your hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials, tech docs,
whitepapers, evaluation guides, and opinion stories. Check out the most
recent posts - join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
GeoTools-GT2-Users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users