Uses of Interface
org.geotools.expr.MathExpr

Packages that use MathExpr
org.geotools.expr Provides an Extended Expression/Filter syntax supporting experimentation with DataStore JOIN and FeatureType schema modification.  
 

Uses of MathExpr in org.geotools.expr
 

Classes in org.geotools.expr that implement MathExpr
 class AbstractMathExpr
           
 class AttributeMathExpr
          Retrive attribute from Feature.
 class LiteralMathExpr
           
 

Methods in org.geotools.expr that return MathExpr
 MathExpr MathExpr.add(MathExpr expr)
           
 MathExpr MathExpr.add(java.lang.Number number)
           
 MathExpr MathExpr.add(double number)
           
 MathExpr MathExpr.subtract(MathExpr expr)
           
 MathExpr MathExpr.subtract(java.lang.Number number)
           
 MathExpr MathExpr.subtract(double number)
           
 MathExpr MathExpr.divide(MathExpr expr)
           
 MathExpr MathExpr.divide(java.lang.Number number)
           
 MathExpr MathExpr.divide(double number)
           
 MathExpr MathExpr.multiply(MathExpr expr)
           
 MathExpr MathExpr.multiply(java.lang.Number number)
           
 MathExpr MathExpr.multiply(double number)
           
 MathExpr AbstractMathExpr.add(MathExpr expr)
           
 MathExpr AbstractMathExpr.add(java.lang.Number number)
           
 MathExpr AbstractMathExpr.add(double number)
           
 MathExpr AbstractMathExpr.subtract(MathExpr expr)
           
 MathExpr AbstractMathExpr.subtract(java.lang.Number number)
           
 MathExpr AbstractMathExpr.subtract(double number)
           
 MathExpr AbstractMathExpr.divide(MathExpr expr)
           
 MathExpr AbstractMathExpr.divide(java.lang.Number number)
           
 MathExpr AbstractMathExpr.divide(double number)
           
 MathExpr AbstractMathExpr.multiply(MathExpr expr)
           
 MathExpr AbstractMathExpr.multiply(java.lang.Number number)
           
 MathExpr AbstractMathExpr.multiply(double number)
           
static MathExpr Exprs.literal(int number)
           
static MathExpr Exprs.literal(double number)
           
static MathExpr Exprs.literal(java.lang.Number number)
           
static MathExpr Exprs.add(MathExpr[] expr)
           
static MathExpr Exprs.subtract(MathExpr[] expr)
           
static MathExpr Exprs.divide(MathExpr[] expr)
           
static MathExpr Exprs.math(java.lang.String attribute)
           
 

Methods in org.geotools.expr with parameters of type MathExpr
 MathExpr MathExpr.add(MathExpr expr)
           
 MathExpr MathExpr.subtract(MathExpr expr)
           
 MathExpr MathExpr.divide(MathExpr expr)
           
 MathExpr MathExpr.multiply(MathExpr expr)
           
 MathExpr AbstractMathExpr.add(MathExpr expr)
           
 MathExpr AbstractMathExpr.subtract(MathExpr expr)
           
 MathExpr AbstractMathExpr.divide(MathExpr expr)
           
 MathExpr AbstractMathExpr.multiply(MathExpr expr)
           
static MathExpr Exprs.add(MathExpr[] expr)
           
static MathExpr Exprs.subtract(MathExpr[] expr)
           
static MathExpr Exprs.divide(MathExpr[] expr)
           
static Expr Exprs.multiply(MathExpr[] expr)
           
 



Copyright © GeoTools. All Rights Reserved.