OK, I have AddConst working too. I had to change super(JAIExt.getOperationName(ADD_CONST));
to super(ADD_CONST, getOperationDescriptor(JAIExt.getOperationName(ADD_CONST))); in https://github.com/geotools/geotools/blob/master/modules/library/coverage/src/main/java/org/geotools/coverage/processing/operation/AddConst.java#L97 I will put together some pull requests tomorrow if these changes sound correct. Jared -- View this message in context: http://osgeo-org.1560.x6.nabble.com/SubtractFromConst-and-AddConst-errors-tp5200933p5200937.html Sent from the geotools-devel mailing list archive at Nabble.com. ------------------------------------------------------------------------------ BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT Develop your own process in accordance with the BPMN 2 standard Learn Process modeling best practices with Bonita BPM through live exercises http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_ source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF _______________________________________________ GeoTools-Devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
