Uses of Interface
org.opengis.filter.PropertyIsLessThan

Packages that use PropertyIsLessThan
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 PropertyIsLessThan in org.geotools.data.complex.filter
 

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

Uses of PropertyIsLessThan in org.geotools.data.jdbc
 

Methods in org.geotools.data.jdbc with parameters of type PropertyIsLessThan
 Object FilterToSQL.visit(PropertyIsLessThan filter, Object extraData)
          Write the SQL for this kind of filter
 

Uses of PropertyIsLessThan in org.geotools.filter
 

Classes in org.geotools.filter that implement PropertyIsLessThan
 class IsLessThenImpl
           
 

Methods in org.geotools.filter that return PropertyIsLessThan
 PropertyIsLessThan FilterFactoryImpl.less(Expression expr1, Expression expr2)
           
 PropertyIsLessThan FilterFactoryImpl.less(Expression expr1, Expression expr2, boolean matchCase)
           
 PropertyIsLessThan FilterFactoryImpl.less(Expression expr1, Expression expr2, boolean matchCase, MultiValuedFilter.MatchAction matchAction)
           
 

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

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

Methods in org.geotools.filter.text.commons that return PropertyIsLessThan
 PropertyIsLessThan AbstractFilterBuilder.buildLess()
           
 PropertyIsLessThan AbstractFilterBuilder.buildPropertyIsLTFirsDate()
           
 

Uses of PropertyIsLessThan in org.geotools.filter.visitor
 

Methods in org.geotools.filter.visitor with parameters of type PropertyIsLessThan
 Object AbstractFilterVisitor.visit(PropertyIsLessThan filter, Object data)
          Deprecated. Visits filter.getExpression1(), and filter.getExpression2() if an expression visitor was set.
 Object DefaultFilterVisitor.visit(PropertyIsLessThan filter, Object data)
           
 Object OperatorNameFilterVisitor.visit(PropertyIsLessThan filter, Object extraData)
           
 Object NullFilterVisitor.visit(PropertyIsLessThan filter, Object data)
           
 Object PostPreProcessFilterSplittingVisitor.visit(PropertyIsLessThan filter, Object notUsed)
          Deprecated.  
 Object AbstractFinderFilterVisitor.visit(PropertyIsLessThan filter, Object data)
           
 Object AbstractSearchFilterVisitor.visit(PropertyIsLessThan filter, Object data)
           
 Object IsSupportedFilterVisitor.visit(PropertyIsLessThan filter, Object extraData)
           
 Object FilterVisitorSupport.visit(PropertyIsLessThan filter, Object extraData)
           
 Object ExtractBoundsFilterVisitor.visit(PropertyIsLessThan filter, Object data)
           
 Object IsFullySupportedFilterVisitor.visit(PropertyIsLessThan filter, Object extraData)
           
 Object SimplifyingFilterVisitor.visit(PropertyIsLessThan filter, Object extraData)
           
 Object LiteralDemultiplyingFilterVisitor.visit(PropertyIsLessThan filter, Object extraData)
           
 Object DuplicatingFilterVisitor.visit(PropertyIsLessThan filter, Object extraData)
           
 Object CapabilitiesFilterSplitter.visit(PropertyIsLessThan filter, Object notUsed)
           
 

Uses of PropertyIsLessThan in org.geotools.xml.filter
 

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

Uses of PropertyIsLessThan in org.opengis.filter
 

Methods in org.opengis.filter that return PropertyIsLessThan
 PropertyIsLessThan FilterFactory.less(Expression expr1, Expression expr2)
          Checks that its first sub-expression is less than its second subexpression.
 PropertyIsLessThan FilterFactory.less(Expression expr1, Expression expr2, boolean matchCase)
           
 PropertyIsLessThan FilterFactory.less(Expression expr1, Expression expr2, boolean matchCase, MultiValuedFilter.MatchAction matchAction)
           
 

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



Copyright © 1996-2014 Geotools. All Rights Reserved.