Class LogarithmOperation


  • public class LogarithmOperation
    extends FormulaValue
    Class to handle Math.log() like operations. The result is a value that equals Math.log(value1).
    Version:
    $Rev: 001 $
    Author:
    Giuseppe Aruta

    GeoArbores - http://sourceforge.net/projects/opensit/
    Project: PIROL (2005),
    • Constructor Detail

      • LogarithmOperation

        public LogarithmOperation​(FormulaValue value)
    • Method Detail

      • getValue

        public double getValue​(Feature feature)
        Description copied from class: FormulaValue
        Returns the value (as a double) of this part of the formula. It may be the result of a sub-formula, a feature-specific attribute value or just a constant value... Since the value may depend on a feature, we give the feature to the method to get a unified interface...
        Specified by:
        getValue in class FormulaValue
        Returns:
        value of this part of the formula
      • isFeatureDependent

        public boolean isFeatureDependent()
        Description copied from class: FormulaValue
        Helps to determine, if the value depends on a feature's attribute value.
        Specified by:
        isFeatureDependent in class FormulaValue
        Returns:
        true, if the value depends on a feature