Hi,

I would like to apply a JAI operation (specifically binarize at the moment) to a
GridCoverage2D.  I've created a BilevelOperation with the following statement:

BilevelOperation bin = new BilevelOperation("Binarize");

How do I actually apply it though?  The javadoc for OperationJAI says the entry
point is the doOperation method, but that method is protected.  There isn't a
binarize option in the Operations class.  I'd add it to DefaultProcessor and
access it that way, but DefaultProcessor's addOperation method is protected,
too.

Am I missing something or has what I'm looking for not been implemented yet?

If possible, I'd prefer to use 2.2.x, but can switch to 2.3.x if need be.

Jamison
Jamison Conley
PhD Candidate
Dept. of Geography
Pennsylvania State University


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Geotools-devel mailing list
Geotools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to