Package org.geotools.filter.visitor
Class LiteralDemultiplyingFilterVisitor.BinarySpatialOperatorReplacer
Object
BinarySpatialOperatorReplacer
- All Implemented Interfaces:
LiteralDemultiplyingFilterVisitor.FilterReplacer<BinarySpatialOperator>
- Enclosing class:
- LiteralDemultiplyingFilterVisitor
protected class LiteralDemultiplyingFilterVisitor.BinarySpatialOperatorReplacer
extends Object
implements LiteralDemultiplyingFilterVisitor.FilterReplacer<BinarySpatialOperator>
An implementation for Binary Spatial Operators Takes the method name in the FilterFactory to create the filter
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetExpression1
(BinarySpatialOperator filter) getExpression2
(BinarySpatialOperator filter) replaceExpressions
(BinarySpatialOperator filter, Expression expression1, Expression expression2) Replace the expressions in a filter
-
Field Details
-
method
-
-
Constructor Details
-
BinarySpatialOperatorReplacer
-
-
Method Details
-
getExpression1
- Specified by:
getExpression1
in interfaceLiteralDemultiplyingFilterVisitor.FilterReplacer<BinarySpatialOperator>
-
getExpression2
- Specified by:
getExpression2
in interfaceLiteralDemultiplyingFilterVisitor.FilterReplacer<BinarySpatialOperator>
-
replaceExpressions
public Filter replaceExpressions(BinarySpatialOperator filter, Expression expression1, Expression expression2) Description copied from interface:LiteralDemultiplyingFilterVisitor.FilterReplacer
Replace the expressions in a filter- Specified by:
replaceExpressions
in interfaceLiteralDemultiplyingFilterVisitor.FilterReplacer<BinarySpatialOperator>
-