Uses of Interface
org.opengis.filter.expression.BinaryExpression

Packages that use BinaryExpression
org.geotools.data.complex.filter   
org.geotools.data.jdbc   
org.geotools.filter   
org.geotools.filter.expression   
org.geotools.filter.text.commons   
org.opengis.filter.expression An expression is a combination of one or more elements that evaluate to single Object value. 
 

Uses of BinaryExpression in org.geotools.data.complex.filter
 

Methods in org.geotools.data.complex.filter with parameters of type BinaryExpression
 Expression[][] UnmappingFilterVisitor.visitBinaryExpression(BinaryExpression expression)
           
 

Uses of BinaryExpression in org.geotools.data.jdbc
 

Methods in org.geotools.data.jdbc with parameters of type BinaryExpression
protected  Object FilterToSQL.visit(BinaryExpression expression, String operator, Object extraData)
          Writes the SQL for the Math Expression.
 

Uses of BinaryExpression in org.geotools.filter
 

Subinterfaces of BinaryExpression in org.geotools.filter
 interface MathExpression
          Deprecated. use BinaryExpression
 

Classes in org.geotools.filter that implement BinaryExpression
 class MathExpressionImpl
          Holds a mathematical relationship between two expressions.
 

Uses of BinaryExpression in org.geotools.filter.expression
 

Classes in org.geotools.filter.expression that implement BinaryExpression
 class AddImpl
          Implementation of Add expression.
 class DivideImpl
          Implementation of divide expression.
 class MultiplyImpl
          Implementation of Multiply expression.
 class SubtractImpl
          Implementation of Subtract expression.
 

Uses of BinaryExpression in org.geotools.filter.text.commons
 

Methods in org.geotools.filter.text.commons that return BinaryExpression
 BinaryExpression AbstractFilterBuilder.buildAddExpression()
           
 BinaryExpression AbstractFilterBuilder.buildDivideExpression()
           
 BinaryExpression AbstractFilterBuilder.buildMultiplyExpression()
           
 BinaryExpression AbstractFilterBuilder.buildSubtractExression()
           
 

Uses of BinaryExpression in org.opengis.filter.expression
 

Subinterfaces of BinaryExpression in org.opengis.filter.expression
 interface Add
          Encodes the operation of addition.
 interface Divide
          Encodes the operation of division where the first argument is divided by the second argument.
 interface Multiply
          Encodes the operation of multiplication.
 interface Subtract
          Encodes the operation of subtraction where the second argument is subtracted from the first.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.