Uses of Interface
org.geotools.api.filter.PropertyIsNotEqualTo
Packages that use PropertyIsNotEqualTo
Package
Description
Filters features according their properties.
The package name does not map the prefix name because we feel that this
is a better representation.
-
Uses of PropertyIsNotEqualTo in org.geotools.api.filter
Methods in org.geotools.api.filter that return PropertyIsNotEqualToModifier and TypeMethodDescriptionFilterFactory.notEqual(Expression expr1, Expression expr2) Checks that the first sub-expression is not equal to the second subexpression.FilterFactory.notEqual(Expression expr1, Expression expr2, boolean matchCase) Checks that the first sub-expression is not equal to the second subexpression.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.geotools.api.filter with parameters of type PropertyIsNotEqualToModifier and TypeMethodDescriptionFilterVisitor.visit(PropertyIsNotEqualTo filter, Object extraData) -
Uses of PropertyIsNotEqualTo in org.geotools.appschema.jdbc
Methods in org.geotools.appschema.jdbc with parameters of type PropertyIsNotEqualToModifier and TypeMethodDescriptionNestedFilterToSQL.visit(PropertyIsNotEqualTo filter, Object extraData) -
Uses of PropertyIsNotEqualTo in org.geotools.data.complex.filter
Methods in org.geotools.data.complex.filter with parameters of type PropertyIsNotEqualToModifier and TypeMethodDescriptionUnmappingFilterVisitor.visit(PropertyIsNotEqualTo filter, Object arg1) -
Uses of PropertyIsNotEqualTo in org.geotools.data.jdbc
Methods in org.geotools.data.jdbc with parameters of type PropertyIsNotEqualToModifier and TypeMethodDescriptionFilterToSQL.visit(PropertyIsNotEqualTo filter, Object extraData) Write the SQL for this kind of filter -
Uses of PropertyIsNotEqualTo in org.geotools.data.mongodb
Methods in org.geotools.data.mongodb with parameters of type PropertyIsNotEqualToModifier and TypeMethodDescriptionAbstractFilterToMongo.visit(PropertyIsNotEqualTo filter, Object extraData) -
Uses of PropertyIsNotEqualTo in org.geotools.filter
Classes in org.geotools.filter that implement PropertyIsNotEqualToMethods in org.geotools.filter that return PropertyIsNotEqualToModifier and TypeMethodDescriptionFilterFactoryImpl.notEqual(Expression expr1, Expression expr2) FilterFactoryImpl.notEqual(Expression expr1, Expression expr2, boolean matchCase) FilterFactoryImpl.notEqual(Expression expr1, Expression expr2, boolean matchCase, MultiValuedFilter.MatchAction matchAction) -
Uses of PropertyIsNotEqualTo in org.geotools.filter.spatial
Methods in org.geotools.filter.spatial with parameters of type PropertyIsNotEqualToModifier and TypeMethodDescriptionReprojectingFilterVisitor.visit(PropertyIsNotEqualTo filter, Object extraData) -
Uses of PropertyIsNotEqualTo in org.geotools.filter.text.cqljson
Methods in org.geotools.filter.text.cqljson with parameters of type PropertyIsNotEqualToModifier and TypeMethodDescriptionFilterToCQL2Json.visit(PropertyIsNotEqualTo filter, Object extraData) -
Uses of PropertyIsNotEqualTo in org.geotools.filter.visitor
Methods in org.geotools.filter.visitor with parameters of type PropertyIsNotEqualToModifier and TypeMethodDescriptionAbstractFilterVisitor.visit(PropertyIsNotEqualTo filter, Object data) Visits filter.getExpression1(), and filter.getExpression2() if an expression visitor was set.AbstractFinderFilterVisitor.visit(PropertyIsNotEqualTo filter, Object data) AbstractSearchFilterVisitor.visit(PropertyIsNotEqualTo filter, Object data) BindingFilterVisitor.visit(PropertyIsNotEqualTo filter, Object extraData) CapabilitiesFilterSplitter.visit(PropertyIsNotEqualTo filter, Object notUsed) DefaultFilterVisitor.visit(PropertyIsNotEqualTo filter, Object data) DuplicatingFilterVisitor.visit(PropertyIsNotEqualTo filter, Object extraData) ExtractBoundsFilterVisitor.visit(PropertyIsNotEqualTo filter, Object data) FilterVisitorSupport.visit(PropertyIsNotEqualTo filter, Object extraData) IsFullySupportedFilterVisitor.visit(PropertyIsNotEqualTo filter, Object extraData) IsSupportedFilterVisitor.visit(PropertyIsNotEqualTo filter, Object extraData) LiteralDemultiplyingFilterVisitor.visit(PropertyIsNotEqualTo filter, Object extraData) NullFilterVisitor.visit(PropertyIsNotEqualTo filter, Object data) OperatorNameFilterVisitor.visit(PropertyIsNotEqualTo filter, Object extraData) PostPreProcessFilterSplittingVisitor.visit(PropertyIsNotEqualTo filter, Object notUsed) SimplifyingFilterVisitor.visit(PropertyIsNotEqualTo filter, Object extraData) -
Uses of PropertyIsNotEqualTo in org.geotools.stac.store
Methods in org.geotools.stac.store with parameters of type PropertyIsNotEqualToModifier and TypeMethodDescriptionTimeRangeVisitor.visit(PropertyIsNotEqualTo filter, Object extraData) -
Uses of PropertyIsNotEqualTo in org.geotools.xml.filter
Methods in org.geotools.xml.filter with parameters of type PropertyIsNotEqualToModifier and TypeMethodDescriptionFilterCompliancePreProcessor.visit(PropertyIsNotEqualTo filter, Object extraData) FilterEncodingPreProcessor.visit(PropertyIsNotEqualTo filter, Object extraData) FilterTransformer.FilterTranslator.visit(PropertyIsNotEqualTo filter, Object extraData)