Uses of Interface
org.geotools.filter.BetweenFilter

Packages that use BetweenFilter
org.geotools.filter   
org.geotools.filter.visitor   
org.geotools.xml.filter The package name does not map the prefix name because we feel that this is a better representation. 
 

Uses of BetweenFilter in org.geotools.filter
 

Classes in org.geotools.filter that implement BetweenFilter
 class BetweenFilterImpl
          Deprecated. use IsBetweenImpl
 class IsBetweenImpl
          Straight implementation of GeoAPI interface.
 

Methods in org.geotools.filter that return BetweenFilter
 BetweenFilter FilterFactoryImpl.createBetweenFilter()
          Creates an empty Between Filter.
 BetweenFilter FilterFactory.createBetweenFilter()
          Deprecated. Creates an empty Between Filter.
 

Methods in org.geotools.filter with parameters of type BetweenFilter
 void SQLEncoder.visit(BetweenFilter filter)
          Deprecated. Writes the SQL for the Between Filter.
 void FilterVisitor.visit(BetweenFilter filter)
          Deprecated. Called when accept is called on a BetweenFilter.
 

Uses of BetweenFilter in org.geotools.filter.visitor
 

Methods in org.geotools.filter.visitor with parameters of type BetweenFilter
 void AbstractFilterVisitor.visit(BetweenFilter filter)
          Deprecated. use AbstractFilterVisitor.visit(PropertyIsBetween, Object)
 void WFSBBoxFilterVisitor.visit(BetweenFilter filter)
          Deprecated.  
 

Uses of BetweenFilter in org.geotools.xml.filter
 

Methods in org.geotools.xml.filter with parameters of type BetweenFilter
 void FilterEncodingPreProcessor.visit(BetweenFilter filter)
           
 



Copyright © 1996-2014 Geotools. All Rights Reserved.