Uses of Interface
org.geotools.filter.visitor.LiteralDemultiplyingFilterVisitor.FilterReplacer

Packages that use LiteralDemultiplyingFilterVisitor.FilterReplacer
org.geotools.filter.visitor   
 

Uses of LiteralDemultiplyingFilterVisitor.FilterReplacer in org.geotools.filter.visitor
 

Classes in org.geotools.filter.visitor that implement LiteralDemultiplyingFilterVisitor.FilterReplacer
protected  class LiteralDemultiplyingFilterVisitor.BinaryComparisonOperatorReplacer
          An implementation for Binary Comparison Operators Takes the method name in the FilterFactory to create the filter
protected  class LiteralDemultiplyingFilterVisitor.BinarySpatialOperatorReplacer
          An implementation for Binary Spatial Operators Takes the method name in the FilterFactory to create the filter
protected  class LiteralDemultiplyingFilterVisitor.BinaryTemporalOperatorReplacer
          An implementation for Binary Temporal Operators Takes the method name in the FilterFactory to create the filter
 

Methods in org.geotools.filter.visitor with parameters of type LiteralDemultiplyingFilterVisitor.FilterReplacer
protected
<T extends MultiValuedFilter>
Filter
LiteralDemultiplyingFilterVisitor.demultiply(T filter, LiteralDemultiplyingFilterVisitor.FilterReplacer<T> replacer)
          Demultiplies first and second expression
protected
<T extends MultiValuedFilter>
Filter
LiteralDemultiplyingFilterVisitor.demultiplyFirst(T filter, LiteralDemultiplyingFilterVisitor.FilterReplacer<T> replacer)
          demultiplies the first expression
 



Copyright © 1996-2014 Geotools. All Rights Reserved.