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

Packages that use Divide
org.opengis.filter Filters features according their properties. 
org.opengis.filter.expression An expression is a combination of one or more elements that evaluate to single Object value. 
 

Uses of Divide in org.opengis.filter
 

Methods in org.opengis.filter that return Divide
 Divide FilterFactory.divide(Expression expr1, Expression expr2)
          Computes the numeric quotient resulting from dividing the first operand by the second.
 

Uses of Divide in org.opengis.filter.expression
 

Methods in org.opengis.filter.expression with parameters of type Divide
 Object ExpressionVisitor.visit(Divide expression, Object extraData)
           
 



Copyright © 1994-2008 Open Geospatial Consortium. All Rights Reserved.