net.simplace.processors.RasterFilterGeneratorProcessor

Version: 1.0

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: 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
public boolean checkInParameterMap(); // Defines
net.simplace.util.pipeline.FWProcessor


Checks whether the in-channel contains all required parameters.

// Protected Instance Methods
protected boolean process() throws PipeLineException; // Defines
net.simplace.util.pipeline.FWProcessor


Creates a de.schmitzm.geotools.data.RasterFilter from the input parameter map and stores it in the output parameters.
returns ever {@code true}


}



Hierarchy: java.lang.Object - net.simplace.util.pipeline.FWProcessor - RasterFilterGeneratorProcessor