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

Packages that use BinaryExpression
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.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 © 1994-2008 Open Geospatial Consortium. All Rights Reserved.