Uses of Interface
org.opengis.filter.PropertyIsNotEqualTo

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

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

Uses of PropertyIsNotEqualTo in org.geotools.data.jdbc
 

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

Uses of PropertyIsNotEqualTo in org.geotools.filter
 

Classes in org.geotools.filter that implement PropertyIsNotEqualTo
 class IsNotEqualToImpl
           
 

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

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

Uses of PropertyIsNotEqualTo in org.geotools.filter.spatial
 

Methods in org.geotools.filter.spatial with parameters of type PropertyIsNotEqualTo
 Object ReprojectingFilterVisitor.visit(PropertyIsNotEqualTo filter, Object extraData)
           
 

Uses of PropertyIsNotEqualTo in org.geotools.filter.visitor
 

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

Uses of PropertyIsNotEqualTo in org.geotools.xml.filter
 

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

Uses of PropertyIsNotEqualTo in org.opengis.filter
 

Methods in org.opengis.filter that return PropertyIsNotEqualTo
 PropertyIsNotEqualTo FilterFactory.notEqual(Expression expr1, Expression expr2)
          Checks that the first sub-expression is not equal to the second subexpression.
 PropertyIsNotEqualTo FilterFactory.notEqual(Expression expr1, Expression expr2, boolean matchCase)
          Checks that the first sub-expression is not equal to the second subexpression.
 PropertyIsNotEqualTo FilterFactory.notEqual(Expression expr1, Expression expr2, boolean matchCase, MultiValuedFilter.MatchAction matchAction)
          Checks that the first sub-expression is not equal to the second subexpression.
 

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



Copyright © 1996-2014 Geotools. All Rights Reserved.