|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MathExpression | |
---|---|
org.geotools.filter | |
org.geotools.filter.expression | |
org.geotools.filter.visitor | |
org.geotools.renderer.shape | |
org.geotools.xml.filter | The package name does not map the prefix name because we feel that this is a better representation. |
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 |
FilterFactory.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(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 |
SQLEncoder.visit(MathExpression expression)
Deprecated. Writes the SQL for the Math Expression. |
void |
FilterTransformer.FilterTranslator.visit(MathExpression expression)
|
void |
FilterVisitor.visit(MathExpression expression)
Deprecated. 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 |
AbstractFilterVisitor.visit(MathExpression expression)
Deprecated. |
void |
WFSBBoxFilterVisitor.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)
|
Uses of MathExpression in org.geotools.xml.filter |
---|
Methods in org.geotools.xml.filter with parameters of type MathExpression | |
---|---|
void |
FilterEncodingPreProcessor.visit(MathExpression expression)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |