RasterFilterGeneratorProcessor |
Top Previous Next |
This processor creates a RasterFilter object (used for RasterCalculatorProcessor, respectively 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 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.