Uses of Interface
org.geotools.filter.BetweenFilter

Packages that use BetweenFilter
org.geotools.data Defines the DataStoreAPI via which all data is imported or exported.  
org.geotools.data.wfs   
org.geotools.filter   
org.geotools.filter.visitor   
org.geotools.index.rtree   
org.geotools.renderer.lite A simple renderer implementation.  
org.geotools.renderer.shape   
 

Uses of BetweenFilter in org.geotools.data
 

Methods in org.geotools.data with parameters of type BetweenFilter
 void DataUtilities.AbstractFilterVisitor.visit(BetweenFilter betweenFilter)
          DOCUMENT ME!
 void DataUtilities.Traversal.visit(BetweenFilter betweenFilter)
          DOCUMENT ME!
 

Uses of BetweenFilter in org.geotools.data.wfs
 

Methods in org.geotools.data.wfs with parameters of type BetweenFilter
 void WFSFilterVisitor.visit(BetweenFilter filter)
           
 void WFSFilterVisitor.WFSBBoxFilterVisitor.visit(BetweenFilter filter)
           
 

Uses of BetweenFilter in org.geotools.filter
 

Classes in org.geotools.filter that implement BetweenFilter
 class BetweenFilterImpl
          Defines a 'between' filter (which is a specialized compare filter).
 

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

Methods in org.geotools.filter with parameters of type BetweenFilter
 void GeometryEncoderSDE.visit(BetweenFilter filter)
          DOCUMENT ME!
 void XMLEncoder.visit(BetweenFilter filter)
          Deprecated. Writes the xml representation of a Between filter.
 void FilterTransformer.FilterTranslator.visit(BetweenFilter filter)
           
 void SQLEncoder.visit(BetweenFilter filter)
          Writes the SQL for the Between Filter.
 void FilterAttributeExtractor.visit(BetweenFilter filter)
           
 void FilterVisitor.visit(BetweenFilter filter)
          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 DuplicatorFilterVisitor.visit(BetweenFilter filter)
           
 void AbstractFilterVisitor.visit(BetweenFilter filter)
           
 

Uses of BetweenFilter in org.geotools.index.rtree
 

Methods in org.geotools.index.rtree with parameters of type BetweenFilter
 void FilterConsumer.visit(BetweenFilter filter)
           
 

Uses of BetweenFilter in org.geotools.renderer.lite
 

Methods in org.geotools.renderer.lite with parameters of type BetweenFilter
 void BoundsExtractor.visit(BetweenFilter filter)
           
 

Uses of BetweenFilter in org.geotools.renderer.shape
 

Methods in org.geotools.renderer.shape with parameters of type BetweenFilter
 void ReplaceGeometryFilter.visit(BetweenFilter filter)
           
 



Copyright © GeoTools. All Rights Reserved.