Uses of Interface
org.geotools.filter.visitor.LiteralDemultiplyingFilterVisitor.FilterReplacer
-
Packages that use LiteralDemultiplyingFilterVisitor.FilterReplacer Package Description org.geotools.filter.visitor -
-
Uses of LiteralDemultiplyingFilterVisitor.FilterReplacer in org.geotools.filter.visitor
Classes in org.geotools.filter.visitor that implement LiteralDemultiplyingFilterVisitor.FilterReplacer Modifier and Type Class Description protected class
LiteralDemultiplyingFilterVisitor.BinaryComparisonOperatorReplacer
An implementation for Binary Comparison Operators Takes the method name in the FilterFactory to create the filterprotected class
LiteralDemultiplyingFilterVisitor.BinarySpatialOperatorReplacer
An implementation for Binary Spatial Operators Takes the method name in the FilterFactory to create the filterprotected class
LiteralDemultiplyingFilterVisitor.BinaryTemporalOperatorReplacer
An implementation for Binary Temporal Operators Takes the method name in the FilterFactory to create the filterMethods in org.geotools.filter.visitor with parameters of type LiteralDemultiplyingFilterVisitor.FilterReplacer Modifier and Type Method Description protected <T extends MultiValuedFilter>
FilterLiteralDemultiplyingFilterVisitor. demultiply(T filter, LiteralDemultiplyingFilterVisitor.FilterReplacer<T> replacer)
Demultiplies first and second expressionprotected <T extends MultiValuedFilter>
FilterLiteralDemultiplyingFilterVisitor. demultiplyFirst(T filter, LiteralDemultiplyingFilterVisitor.FilterReplacer<T> replacer)
demultiplies the first expression
-