Uses of Interface
org.geotools.filter.expression.MathExpression

Packages that use MathExpression
org.geotools.data Defines the DataStoreAPI via which all data is imported or exported.  
org.geotools.data.wfs   
org.geotools.filter   
org.geotools.filter.expression   
org.geotools.filter.visitor   
org.geotools.index.rtree   
org.geotools.renderer.lite A simple renderer implementation.  
org.geotools.renderer.shape   
 

Uses of MathExpression in org.geotools.data
 

Methods in org.geotools.data with parameters of type MathExpression
 void DataUtilities.AbstractFilterVisitor.visit(MathExpression mathExpression)
          DOCUMENT ME!
 void DataUtilities.Traversal.visit(MathExpression mathExpression)
          DOCUMENT ME!
 

Uses of MathExpression in org.geotools.data.wfs
 

Methods in org.geotools.data.wfs with parameters of type MathExpression
 void WFSFilterVisitor.visit(MathExpression expression)
           
 void WFSFilterVisitor.WFSBBoxFilterVisitor.visit(MathExpression expression)
           
 

Uses of MathExpression in org.geotools.filter
 

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

Methods in org.geotools.filter that return MathExpression
 MathExpression FilterFactoryImpl.createMathExpression()
          Deprecated. use one of FilterFactory.add(Expression, Expression) FilterFactory.subtract(Expression, Expression) FilterFactory.multiply(Expression, Expression) FilterFactory.divide(Expression, Expression)
 MathExpression FilterFactoryImpl.createMathExpression(short expressionType)
          Creates a Math Expression of the given type.
 MathExpression FilterFactory.createMathExpression()
          Deprecated. use one of FilterFactory.add(Expression, Expression) FilterFactory.subtract(Expression, Expression) FilterFactory.multiply(Expression, Expression) FilterFactory.divide(Expression, Expression)
 MathExpression FilterFactory.createMathExpression(short expressionType)
          Deprecated. use one of FilterFactory.add(Expression, Expression) FilterFactory.subtract(Expression, Expression) FilterFactory.multiply(Expression, Expression) FilterFactory.divide(Expression, Expression)
 

Methods in org.geotools.filter with parameters of type MathExpression
 void GeometryEncoderSDE.visit(MathExpression expression)
          DOCUMENT ME!
 void XMLEncoder.visit(MathExpression expression)
          Deprecated. Writes the xml representation of a expression.
 void FilterTransformer.FilterTranslator.visit(MathExpression expression)
           
 void SQLEncoder.visit(MathExpression expression)
          Writes the SQL for the Math Expression.
 void FilterAttributeExtractor.visit(MathExpression expression)
           
 void FilterVisitor.visit(MathExpression expression)
          Called when accept is called on an math expression.
 

Uses of MathExpression in org.geotools.filter.expression
 

Classes in org.geotools.filter.expression that implement MathExpression
 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 MathExpression in org.geotools.filter.visitor
 

Methods in org.geotools.filter.visitor with parameters of type MathExpression
 void DuplicatorFilterVisitor.visit(MathExpression expression)
           
 void AbstractFilterVisitor.visit(MathExpression expression)
           
 

Uses of MathExpression in org.geotools.index.rtree
 

Methods in org.geotools.index.rtree with parameters of type MathExpression
 void FilterConsumer.visit(MathExpression expression)
           
 

Uses of MathExpression in org.geotools.renderer.lite
 

Methods in org.geotools.renderer.lite with parameters of type MathExpression
 void BoundsExtractor.visit(MathExpression expression)
           
 

Uses of MathExpression in org.geotools.renderer.shape
 

Methods in org.geotools.renderer.shape with parameters of type MathExpression
 void ReplaceGeometryFilter.visit(MathExpression expression)
           
 



Copyright © GeoTools. All Rights Reserved.