|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Expression | |
---|---|
org.geotools.brewer.color | |
org.geotools.filter | |
org.geotools.filter.expression | |
org.geotools.filter.function | |
org.geotools.filter.function.math | |
org.geotools.filter.visitor | |
org.geotools.graph.util.delaunay | |
org.geotools.renderer.shape | |
org.geotools.styling | Allows for symbolization of geospatial data. |
org.geotools.xml.filter | The package name does not map the prefix name because we feel that this is a better representation. |
Uses of Expression in org.geotools.brewer.color |
---|
Classes in org.geotools.brewer.color that implement Expression | |
---|---|
class |
PaletteFunction
|
Uses of Expression in org.geotools.filter |
---|
Subinterfaces of Expression in org.geotools.filter | |
---|---|
interface |
AttributeExpression
Deprecated. use PropertyName |
interface |
BBoxExpression
A convenience expression to form a geometry literal from an envelope. |
interface |
EnvironmentVariable
Represents a reference to an environmental variable. |
interface |
FunctionExpression
Deprecated. use Function |
interface |
LiteralExpression
Deprecated. use Literal |
interface |
MapScaleDenominator
DOCUMENT ME! |
interface |
MathExpression
Deprecated. use BinaryExpression |
Classes in org.geotools.filter that implement Expression | |
---|---|
class |
AreaFunction
|
class |
AsMultiGeometryFunctionExpression
Function which wraps an instance of geometry in its associatd multi geometry type. |
class |
AttributeExpressionImpl
Defines a complex filter (could also be called logical filter). |
class |
AttributeExpressionImpl2
Defines a complex filter (could also be called logical filter). |
class |
BBoxExpressionImpl
Implements a Bounding Box expression. |
class |
ConstantExpression
The Expression class is not immutable! |
class |
FallbackFunction
A placeholder class used to track a function the user requested that is not supported by our java implementation. |
class |
FunctionExpressionImpl
Abstract class for a function expression implementation |
class |
IDFunctionExpression
|
class |
LengthFunction
Takes an AttributeExpression, and computes the length of the data for the attribute. |
class |
LiteralExpressionImpl
Defines an expression that holds a literal for return. |
class |
MapScaleDenominatorImpl
This class is actualy a place holder. |
class |
MathExpressionImpl
Holds a mathematical relationship between two expressions. |
class |
MaxFunction
Deprecated. - use org.geotools.filter.function.math.MinFunction instead |
class |
MinFunction
Deprecated. - use org.geotools.filter.function.math.MinFunction instead |
class |
NestedAttributeExpression
This class represents a list of expressions broken up from a single XPath expression that is nested in more than one feature. |
Methods in org.geotools.filter that return Expression | |
---|---|
Expression |
ExpressionSAXParser.create()
Creates and returns the expression. |
Expression[] |
FunctionExpressionImpl.getArgs()
Deprecated. use FunctionExpressionImpl.getParameters() . |
Expression[] |
FunctionExpression.getArgs()
Deprecated. use Function.getParameters() |
Expression |
SortBy2.getExpression()
GeoTools allows for more pervase use of Expression then is strictly supported by the specification. |
Expression |
GeometryFilterImpl.getLeftGeometry()
Deprecated. use BinarySpatialOperator.getExpression1() |
Expression |
GeometryFilter.getLeftGeometry()
Deprecated. use BinarySpatialOperator.getExpression1() . |
Expression |
CompareFilterImpl.getLeftValue()
Gets the left expression. |
Expression |
MathExpressionImpl.getLeftValue()
Deprecated. use MathExpressionImpl.getExpression1() . |
Expression |
CompareFilter.getLeftValue()
Deprecated. use BinaryComparisonOperator.getExpression1() |
Expression |
MathExpression.getLeftValue()
Deprecated. use BinaryExpression.getExpression1() . |
Expression |
IsBetweenImpl.getMiddleValue()
Deprecated. use IsBetweenImpl.getExpression() |
Expression |
BetweenFilterImpl.getMiddleValue()
Deprecated. use BetweenFilterImpl.getExpression() |
Expression |
BetweenFilter.getMiddleValue()
Deprecated. use PropertyIsBetween.getExpression() |
Expression |
IsNullImpl.getNullCheckValue()
|
Expression |
NullFilterImpl.getNullCheckValue()
Deprecated. use NullFilterImpl.getExpression() . |
Expression |
NullFilter.getNullCheckValue()
Deprecated. use PropertyIsNull.getExpression() |
Expression |
GeometryFilterImpl.getRightGeometry()
Deprecated. use BinarySpatialOperator.getExpression2() |
Expression |
GeometryFilter.getRightGeometry()
Deprecated. use BinarySpatialOperator.getExpression2() . |
Expression |
CompareFilterImpl.getRightValue()
Deprecated. use BinaryComparisonAbstract.getExpression2() |
Expression |
MathExpressionImpl.getRightValue()
Deprecated. use MathExpressionImpl.getExpression2() . |
Expression |
CompareFilter.getRightValue()
Deprecated. use BinaryComparisonOperator.getExpression2() |
Expression |
MathExpression.getRightValue()
Deprecated. use BinaryExpression.getExpression2() . |
Expression |
LikeFilterImpl.getValue()
Deprecated. use LikeFilterImpl.getExpression() . |
Expression |
LikeFilter.getValue()
Deprecated. use PropertyIsLike.getExpression() |
Methods in org.geotools.filter with parameters of type Expression | |
---|---|
void |
GeometryFilterImpl.addLeftGeometry(Expression leftGeometry)
Deprecated. use GeometryFilterImpl.setExpression1(org.opengis.filter.expression.Expression) |
void |
GeometryFilter.addLeftGeometry(Expression leftGeometry)
Deprecated. use BinarySpatialOperator#setExpression1(Expression) |
void |
CompareFilterImpl.addLeftValue(Expression leftValue)
Adds the 'left' value to this filter. |
void |
MathExpressionImpl.addLeftValue(Expression leftValue)
Deprecated. use MathExpressionImpl.setExpression1(org.opengis.filter.expression.Expression) |
void |
CompareFilter.addLeftValue(Expression leftValue)
Deprecated. use BinaryComparisonOperator#setExpression1(Expression) |
void |
MathExpression.addLeftValue(Expression leftValue)
Deprecated. use BinaryExpression#setExpression1(Expression) |
void |
IsBetweenImpl.addMiddleValue(Expression middleValue)
Deprecated. use IsBetweenImpl.setExpression(Expression) |
void |
BetweenFilterImpl.addMiddleValue(Expression middleValue)
Deprecated. use BetweenFilterImpl.setExpression(org.opengis.filter.expression.Expression) |
void |
BetweenFilter.addMiddleValue(Expression middleValue)
Deprecated. use PropertyIsBetween#setExpression(Expression) |
void |
GeometryFilterImpl.addRightGeometry(Expression rightGeometry)
Deprecated. use #set |
void |
GeometryFilter.addRightGeometry(Expression rightGeometry)
Deprecated. use BinarySpatialOperator#setExpression2(Expression) |
void |
CompareFilterImpl.addRightValue(Expression rightValue)
Adds the 'right' value to this filter. |
void |
MathExpressionImpl.addRightValue(Expression rightValue)
Deprecated. use MathExpressionImpl.setExpression2(org.opengis.filter.expression.Expression) |
void |
CompareFilter.addRightValue(Expression rightValue)
Deprecated. use BinaryComparisonOperator#setExpression2(Expression) |
void |
MathExpression.addRightValue(Expression rightValue)
Deprecated. use BinaryExpression#setExpression2(Expression) |
protected java.lang.Object |
FilterAbstract.eval(Expression expression,
org.opengis.feature.simple.SimpleFeature feature)
Helper method for subclasses to reduce null checks |
void |
FilterSAXParser.expression(Expression expression)
Adds the passed in expression to the current filter. |
void |
IsNullImpl.nullCheckValue(Expression nullCheck)
|
void |
NullFilterImpl.nullCheckValue(Expression nullCheck)
Deprecated. use PropertyIsNull#setExpression(Expression) |
void |
NullFilter.nullCheckValue(Expression nullCheck)
Deprecated. use PropertyIsNull#setExpression(Expression) |
void |
FunctionExpressionImpl.setArgs(Expression[] args)
Deprecated. use FunctionExpressionImpl.setParameters(List) |
void |
FunctionExpression.setArgs(Expression[] args)
Deprecated. use FunctionExpression.setParameters(List) |
void |
SortBy2.setExpression(Expression expression)
GeoTools allows for more pervase use of Expression then is strictly supported by the specification. |
void |
LikeFilterImpl.setPattern(Expression p,
java.lang.String wildcardMulti,
java.lang.String wildcardSingle,
java.lang.String escape)
Deprecated. use one of PropertyIsLike#setExpression(Expression)
PropertyIsLike#setWildCard(String)
PropertyIsLike#setSingleChar(String)
PropertyIsLike#setEscape(String) |
void |
LikeFilter.setPattern(Expression p,
java.lang.String wildcardMulti,
java.lang.String wildcardSingle,
java.lang.String escape)
Deprecated. use one of PropertyIsLike#setExpression(Expression)
PropertyIsLike#setWildCard(String)
PropertyIsLike#setSingleChar(String)
PropertyIsLike#setEscape(String) |
void |
LikeFilterImpl.setValue(Expression attribute)
Sets the expression to be evalutated as being like the pattern |
void |
LikeFilter.setValue(Expression attribute)
Deprecated. use PropertyIsLike#setExpression(Expression) |
void |
SQLEncoder.visit(Expression expression)
Deprecated. Writes the SQL for the attribute Expression. |
void |
FilterVisitor.visit(Expression expression)
Deprecated. This should never be called. |
Uses of Expression in org.geotools.filter.expression |
---|
Classes in org.geotools.filter.expression that implement Expression | |
---|---|
class |
AddImpl
Implementation of Add expression. |
class |
DivideImpl
Implementation of divide expression. |
class |
MultiplyImpl
Implementation of Multiply expression. |
class |
SubtractImpl
Implementation of Subtract expression. |
Methods in org.geotools.filter.expression with parameters of type Expression | |
---|---|
protected java.lang.Object |
ExpressionAbstract.eval(Expression expression,
org.opengis.feature.simple.SimpleFeature feature)
Helper method for subclasses to reduce null checks |
Uses of Expression in org.geotools.filter.function |
---|
Methods in org.geotools.filter.function that return Expression | |
---|---|
Expression[] |
ClassificationFunction.getArgs()
Deprecated. please use getParameters |
Expression |
ClassificationFunction.getExpression()
|
Expression |
ClassifyFunction.getExpression()
|
Methods in org.geotools.filter.function with parameters of type Expression | |
---|---|
void |
ClassificationFunction.setArgs(Expression[] args)
Deprecated. please use setParameters |
void |
ClassificationFunction.setExpression(Expression e)
|
void |
Collection_MaxFunction.setExpression(Expression e)
|
void |
Collection_UniqueFunction.setExpression(Expression e)
|
void |
Collection_AverageFunction.setExpression(Expression e)
|
void |
Collection_MedianFunction.setExpression(Expression e)
|
void |
Collection_MinFunction.setExpression(Expression e)
|
void |
Collection_SumFunction.setExpression(Expression e)
|
void |
Collection_BoundsFunction.setExpression(Expression e)
|
Uses of Expression in org.geotools.filter.function.math |
---|
Uses of Expression in org.geotools.filter.visitor |
---|
Methods in org.geotools.filter.visitor with parameters of type Expression | |
---|---|
void |
AbstractFilterVisitor.visit(Expression expression)
Deprecated. |
void |
WFSBBoxFilterVisitor.visit(Expression expression)
|
Uses of Expression in org.geotools.graph.util.delaunay |
---|
Methods in org.geotools.graph.util.delaunay with parameters of type Expression | |
---|---|
static Graph |
PoissonClusterer.findClusters(Graph incoming,
Expression base,
Expression target,
double meanRate,
int distance)
|
Uses of Expression in org.geotools.renderer.shape |
---|
Methods in org.geotools.renderer.shape with parameters of type Expression | |
---|---|
void |
ReplaceGeometryFilter.visit(Expression expression)
|
Uses of Expression in org.geotools.styling |
---|
Classes in org.geotools.styling that implement Expression | |
---|---|
class |
OverlapBehavior
Deprecated. Please use org.opengis.style.OverlapBehavior |
Uses of Expression in org.geotools.xml.filter |
---|
Methods in org.geotools.xml.filter with parameters of type Expression | |
---|---|
protected static void |
FilterOpsComplexTypes.encodeExpr(Expression expr,
PrintHandler output,
java.util.Map hints)
|
void |
FilterEncodingPreProcessor.visit(Expression expression)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |