MathCalculatorProcessor

de.isdss.util.processors.MathCalculatorProcessor

Top  Previous  Next

Parameter

class = de.isdss.util.processors.MathCalculatorProcessor

 

This processor is there for easy math calulations within maps, numbers, lists aso. If a Map is evaluated, this has to be #0 in the parameter list and is taken as base of output. Same for Lists.

Required input parameters:

 

Key #0, #1, ...: References-key to Map, List, Integer, Double, Long-object. Several of these parameters are allowed.

 

Key rule: arithmetical rule on raster data with wildcards '#0', '#1' ... for the raster objects in the list. See OperationTreeParser for details about the syntax and allowed operators.

 

Key resultParamKey: Output parameter key where the result data is stored in

 

 

MathCalculatorProcessor