Uses of Class
de.fho.jump.pirol.utilities.FormulaParsing.FormulaValue
Packages that use FormulaValue
Package
Description
-
Uses of FormulaValue in de.fho.jump.pirol.plugins.EditAttributeByFormula
Fields in de.fho.jump.pirol.plugins.EditAttributeByFormula declared as FormulaValueMethods in de.fho.jump.pirol.plugins.EditAttributeByFormula that return FormulaValueModifier and TypeMethodDescriptionEditAttributeByFormulaDialog.getParsedFormula()FormulaEditingPanel.getParsedFormula() -
Uses of FormulaValue in de.fho.jump.pirol.utilities.FormulaParsing
Methods in de.fho.jump.pirol.utilities.FormulaParsing that return FormulaValueModifier and TypeMethodDescriptionstatic FormulaValueFormulaParser.getValue(String formula, FeatureSchema featSchema) Recursively parses a given (sub-) formula into a FormulaValue, which can be an operation with sub-FormularValues or a value. -
Uses of FormulaValue in de.fho.jump.pirol.utilities.FormulaParsing.Operations
Subclasses of FormulaValue in de.fho.jump.pirol.utilities.FormulaParsing.OperationsModifier and TypeClassDescriptionclassClass to handle additions within a formula. 10 dic 2011classClass to handle additions within a formula.classClass to handle additions within a formula. 10 dic 2011classClass to handle additions within a formula. 10 dic 2011classClass to handle additions within a formula. 10 dic 2011classClass to handle divisions within a formula.classClass to handle additions within a formula. 10 dic 2011classBase class for mathmatic operations like division, addition, etc.classClass to handle additions within a formula. 10 dic 2011classClass to handle Math.log() like operations.classClass to handle multiplications within a formula.classClass to handle Math.pow() like operations.classclassClass that represents a square root operation on the given value.classClass to handle subtractions within a formula.classclassclassFields in de.fho.jump.pirol.utilities.FormulaParsing.Operations declared as FormulaValueModifier and TypeFieldDescriptionprotected FormulaValueAcosOperation.valueprotected FormulaValueAsinOperation.valueprotected FormulaValueAtnaOperation.valueprotected FormulaValueCosOperation.valueprotected FormulaValueExpOperation.valueprotected FormulaValueLog10Operation.valueprotected FormulaValueLogarithmOperation.valueprotected FormulaValueSinOperation.valueprotected FormulaValueSquareRootOperation.valueprotected FormulaValueTanOperation.valueprotected FormulaValueToDegreesOperation.valueprotected FormulaValueToRadiansOperation.valueprotected FormulaValueGenericOperation.value1protected FormulaValueGenericOperation.value2Constructors in de.fho.jump.pirol.utilities.FormulaParsing.Operations with parameters of type FormulaValueModifierConstructorDescriptionAcosOperation(FormulaValue value) AdditionOperation(FormulaValue value1, FormulaValue value2) Sets the value, that will be operated on.AsinOperation(FormulaValue value) AtnaOperation(FormulaValue value) CosOperation(FormulaValue value) DivisionOperation(FormulaValue value1, FormulaValue value2) Sets the value, that will be operated on.ExpOperation(FormulaValue value) GenericOperation(FormulaValue value1, FormulaValue value2) Sets the value, that will be operated on.Log10Operation(FormulaValue value) LogarithmOperation(FormulaValue value) MultiplicationOperation(FormulaValue value1, FormulaValue value2) Sets the value, that will be operated on.PowerOfOperation(FormulaValue value1, FormulaValue value2) SinOperation(FormulaValue value) SquareRootOperation(FormulaValue value) SubtractionOperation(FormulaValue value1, FormulaValue value2) Sets the value, that will be operated on.TanOperation(FormulaValue value) ToDegreesOperation(FormulaValue value) ToRadiansOperation(FormulaValue value) -
Uses of FormulaValue in de.fho.jump.pirol.utilities.FormulaParsing.Values
Subclasses of FormulaValue in de.fho.jump.pirol.utilities.FormulaParsing.ValuesModifier and TypeClassDescriptionclassClass to extract integer or double values (as double) out of the given Feature...classA simple value class that just stores a constant value.class -
Uses of FormulaValue in org.openjump.core.apitools
Methods in org.openjump.core.apitools with parameters of type FormulaValueModifier and TypeMethodDescriptionstatic PirolFeatureCollectionFeatureCollectionTools.applyFormulaToFeatureCollection(FeatureCollection oldFc, AttributeInfo attrInfo, FormulaValue formula, boolean clearOldFeatureCollection) Method to apply a given formula to the given, new attribute of the given featureCollection