Uses of Interface
org.opengis.filter.PropertyIsBetween

Packages that use PropertyIsBetween
org.geotools.data.complex.filter   
org.geotools.data.jdbc   
org.geotools.filter   
org.geotools.filter.text.commons   
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. 
org.opengis.filter Filters features according their properties. 
 

Uses of PropertyIsBetween in org.geotools.data.complex.filter
 

Methods in org.geotools.data.complex.filter with parameters of type PropertyIsBetween
 Object UnmappingFilterVisitor.visit(PropertyIsBetween filter, Object arg1)
           
 

Uses of PropertyIsBetween in org.geotools.data.jdbc
 

Methods in org.geotools.data.jdbc with parameters of type PropertyIsBetween
 Object FilterToSQL.visit(PropertyIsBetween filter, Object extraData)
          Writes the SQL for the PropertyIsBetween Filter.
 

Uses of PropertyIsBetween in org.geotools.filter
 

Subinterfaces of PropertyIsBetween in org.geotools.filter
 interface BetweenFilter
          Deprecated. use PropertyIsBetween
 

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

Methods in org.geotools.filter that return PropertyIsBetween
 PropertyIsBetween FilterFactoryImpl.between(Expression expr, Expression lower, Expression upper)
           
 PropertyIsBetween FilterFactoryImpl.between(Expression expr, Expression lower, Expression upper, MultiValuedFilter.MatchAction matchAction)
           
 

Methods in org.geotools.filter with parameters of type PropertyIsBetween
 Object FilterTransformer.FilterTranslator.visit(PropertyIsBetween filter, Object extraData)
           
 Object FilterVisitorFilterWrapper.visit(PropertyIsBetween filter, Object extraData)
           
 

Uses of PropertyIsBetween in org.geotools.filter.text.commons
 

Methods in org.geotools.filter.text.commons that return PropertyIsBetween
 PropertyIsBetween AbstractFilterBuilder.buildBetween()
          builds PropertyIsBetween filter
 

Methods in org.geotools.filter.text.commons with parameters of type PropertyIsBetween
static Object FilterToTextUtil.buildBetween(PropertyIsBetween filter, Object extraData)
           
 

Uses of PropertyIsBetween in org.geotools.filter.visitor
 

Methods in org.geotools.filter.visitor with parameters of type PropertyIsBetween
 Object AbstractFilterVisitor.visit(PropertyIsBetween filter, Object data)
          Deprecated. Visits filter.getLowerBoundary(),filter.getExpression(),filter.getUpperBoundary() if an expression visitor was set.
 Object DefaultFilterVisitor.visit(PropertyIsBetween filter, Object data)
           
 Object OperatorNameFilterVisitor.visit(PropertyIsBetween filter, Object extraData)
           
 Object NullFilterVisitor.visit(PropertyIsBetween filter, Object data)
           
 Object PostPreProcessFilterSplittingVisitor.visit(PropertyIsBetween filter, Object extradata)
          Deprecated.  
 Object AbstractFinderFilterVisitor.visit(PropertyIsBetween filter, Object data)
           
 Object AbstractSearchFilterVisitor.visit(PropertyIsBetween filter, Object data)
           
 Object IsSupportedFilterVisitor.visit(PropertyIsBetween filter, Object extraData)
           
 Object ExtractBoundsFilterVisitor.visit(PropertyIsBetween filter, Object data)
           
 Object IsFullySupportedFilterVisitor.visit(PropertyIsBetween filter, Object extraData)
           
 Object SimplifyingFilterVisitor.visit(PropertyIsBetween filter, Object extraData)
           
 Object LiteralDemultiplyingFilterVisitor.visit(PropertyIsBetween filter, Object extraData)
           
 Object DuplicatingFilterVisitor.visit(PropertyIsBetween filter, Object extraData)
           
 Object CapabilitiesFilterSplitter.visit(PropertyIsBetween filter, Object extradata)
           
 

Uses of PropertyIsBetween in org.geotools.xml.filter
 

Methods in org.geotools.xml.filter with parameters of type PropertyIsBetween
 Object FilterCompliancePreProcessor.visit(PropertyIsBetween filter, Object extraData)
           
 

Uses of PropertyIsBetween in org.opengis.filter
 

Methods in org.opengis.filter that return PropertyIsBetween
 PropertyIsBetween FilterFactory.between(Expression expr, Expression lower, Expression upper)
          A compact way of encoding a range check.
 PropertyIsBetween FilterFactory.between(Expression expr, Expression lower, Expression upper, MultiValuedFilter.MatchAction matchAction)
          A compact way of encoding a range check.
 

Methods in org.opengis.filter with parameters of type PropertyIsBetween
 Object FilterVisitor.visit(PropertyIsBetween filter, Object extraData)
           
 



Copyright © 1996-2014 Geotools. All Rights Reserved.