This processor creates a de.schmitzm.geotools.data.RasterFilter object (used for
RasterCalculatorProcessor, respectively de.schmitzm.geotools.data.RasterCalculator)
from a numeric matrix specified in the input parameter map:
Key 1: Contains the first line of the filter matrix (values
seperatred by semicolons)
Key 2: Contains the second line of the filter matrix (values
seperatred by semicolons)
Key ...: ...
Key resultParamKey: Output parameter key where the de.schmitzm.geotools.data.RasterFilter
is stored in
Restrictions:
Every line of the matrix must contain the same (odd) number of elements and
a odd number of lines must be specified.
public class RasterFilterGeneratorProcessor extends net.simplace.util.pipeline.FWProcessor { // Public Constructors public RasterFilterGeneratorProcessor(); // Constants public static final String RESULTKEY_KEY; public static final String RESULTKEY_VALUE_DEFAULT; // Public Instance Methods