Uses of Interface
org.geotools.api.filter.expression.BinaryExpression
Packages that use BinaryExpression
Package
Description
An expression is a combination of one or more elements that evaluate to single
Object
value.-
Uses of BinaryExpression in org.geotools.api.filter.expression
Subinterfaces of BinaryExpression in org.geotools.api.filter.expressionModifier and TypeInterfaceDescriptioninterfaceEncodes the operation of addition.interfaceEncodes the operation of division where the first argument is divided by the second argument.interfaceEncodes the operation of multiplication.interfaceEncodes the operation of subtraction where the second argument is subtracted from the first. -
Uses of BinaryExpression in org.geotools.data.complex.filter
Methods in org.geotools.data.complex.filter with parameters of type BinaryExpressionModifier and TypeMethodDescriptionExpression[][]UnmappingFilterVisitor.visitBinaryExpression(BinaryExpression expression) protected voidComplexFilterSplitter.visitMathExpression(BinaryExpression expression) -
Uses of BinaryExpression in org.geotools.data.jdbc
Methods in org.geotools.data.jdbc with parameters of type BinaryExpressionModifier and TypeMethodDescriptionprotected ObjectFilterToSQL.visit(BinaryExpression expression, String operator, Object extraData) Writes the SQL for the Math Expression. -
Uses of BinaryExpression in org.geotools.filter
Classes in org.geotools.filter that implement BinaryExpressionModifier and TypeClassDescriptionclassHolds a mathematical relationship between two expressions. -
Uses of BinaryExpression in org.geotools.filter.expression
Classes in org.geotools.filter.expression that implement BinaryExpressionModifier and TypeClassDescriptionclassImplementation of Add expression.classImplementation of divide expression.classImplementation of Multiply expression.classImplementation of Subtract expression. -
Uses of BinaryExpression in org.geotools.filter.text.commons
Methods in org.geotools.filter.text.commons that return BinaryExpressionModifier and TypeMethodDescriptionAbstractFilterBuilder.buildAddExpression()AbstractFilterBuilder.buildDivideExpression()AbstractFilterBuilder.buildMultiplyExpression()AbstractFilterBuilder.buildSubtractExression() -
Uses of BinaryExpression in org.geotools.filter.visitor
Methods in org.geotools.filter.visitor with parameters of type BinaryExpressionModifier and TypeMethodDescriptionprotected Class<?>ExpressionTypeVisitor.visitBinaryExpression(BinaryExpression expression) protected voidPostPreProcessFilterSplittingVisitor.visitMathExpression(BinaryExpression expression)