Uses of Interface
org.opengis.filter.PropertyIsGreaterThan

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

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

Uses of PropertyIsGreaterThan in org.geotools.data.jdbc
 

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

Uses of PropertyIsGreaterThan in org.geotools.filter
 

Classes in org.geotools.filter that implement PropertyIsGreaterThan
 class IsGreaterThanImpl
           
 

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

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

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

Methods in org.geotools.filter.text.commons that return PropertyIsGreaterThan
 PropertyIsGreaterThan AbstractFilterBuilder.buildGreater()
           
 PropertyIsGreaterThan AbstractFilterBuilder.buildPropertyIsGTLastDate()
          creates PropertyIsGreaterThan end date of period
 

Uses of PropertyIsGreaterThan in org.geotools.filter.visitor
 

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

Uses of PropertyIsGreaterThan in org.geotools.xml.filter
 

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

Uses of PropertyIsGreaterThan in org.opengis.filter
 

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

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



Copyright © 1996-2014 Geotools. All Rights Reserved.