Uses of Interface
org.geotools.api.filter.PropertyIsNotEqualTo
-
Packages that use PropertyIsNotEqualTo Package Description org.geotools.api.filter Filters features according their properties.org.geotools.appschema.jdbc org.geotools.data.complex.filter org.geotools.data.jdbc org.geotools.data.mongodb org.geotools.filter org.geotools.filter.spatial org.geotools.filter.text.cqljson org.geotools.filter.visitor org.geotools.stac.store org.geotools.xml.filter 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 PropertyIsNotEqualTo Modifier and Type Method Description 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.geotools.api.filter with parameters of type PropertyIsNotEqualTo Modifier and Type Method Description Object
FilterVisitor. visit(PropertyIsNotEqualTo filter, Object extraData)
-
Uses of PropertyIsNotEqualTo in org.geotools.appschema.jdbc
Methods in org.geotools.appschema.jdbc with parameters of type PropertyIsNotEqualTo Modifier and Type Method Description Object
NestedFilterToSQL. 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 PropertyIsNotEqualTo Modifier and Type Method Description 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 Modifier and Type Method Description Object
FilterToSQL. 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 PropertyIsNotEqualTo Modifier and Type Method Description Object
AbstractFilterToMongo. visit(PropertyIsNotEqualTo filter, Object extraData)
-
Uses of PropertyIsNotEqualTo in org.geotools.filter
Classes in org.geotools.filter that implement PropertyIsNotEqualTo Modifier and Type Class Description class
IsNotEqualToImpl
Methods in org.geotools.filter that return PropertyIsNotEqualTo Modifier and Type Method Description 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)
-
Uses of PropertyIsNotEqualTo in org.geotools.filter.spatial
Methods in org.geotools.filter.spatial with parameters of type PropertyIsNotEqualTo Modifier and Type Method Description Object
ReprojectingFilterVisitor. 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 PropertyIsNotEqualTo Modifier and Type Method Description Object
FilterToCQL2Json. visit(PropertyIsNotEqualTo filter, Object extraData)
-
Uses of PropertyIsNotEqualTo in org.geotools.filter.visitor
Methods in org.geotools.filter.visitor with parameters of type PropertyIsNotEqualTo Modifier and Type Method Description Object
AbstractFilterVisitor. visit(PropertyIsNotEqualTo filter, Object data)
Visits filter.getExpression1(), and filter.getExpression2() if an expression visitor was set.Object
AbstractFinderFilterVisitor. visit(PropertyIsNotEqualTo filter, Object data)
Object
AbstractSearchFilterVisitor. visit(PropertyIsNotEqualTo filter, Object data)
Object
BindingFilterVisitor. visit(PropertyIsNotEqualTo filter, Object extraData)
Object
CapabilitiesFilterSplitter. visit(PropertyIsNotEqualTo filter, Object notUsed)
Object
DefaultFilterVisitor. visit(PropertyIsNotEqualTo filter, Object data)
Object
DuplicatingFilterVisitor. visit(PropertyIsNotEqualTo filter, Object extraData)
Object
ExtractBoundsFilterVisitor. visit(PropertyIsNotEqualTo filter, Object data)
Object
FilterVisitorSupport. visit(PropertyIsNotEqualTo filter, Object extraData)
Object
IsFullySupportedFilterVisitor. visit(PropertyIsNotEqualTo filter, Object extraData)
Object
IsSupportedFilterVisitor. visit(PropertyIsNotEqualTo filter, Object extraData)
Object
LiteralDemultiplyingFilterVisitor. visit(PropertyIsNotEqualTo filter, Object extraData)
Object
NullFilterVisitor. visit(PropertyIsNotEqualTo filter, Object data)
Object
OperatorNameFilterVisitor. visit(PropertyIsNotEqualTo filter, Object extraData)
Object
PostPreProcessFilterSplittingVisitor. visit(PropertyIsNotEqualTo filter, Object notUsed)
Object
SimplifyingFilterVisitor. visit(PropertyIsNotEqualTo filter, Object extraData)
-
Uses of PropertyIsNotEqualTo in org.geotools.stac.store
Methods in org.geotools.stac.store with parameters of type PropertyIsNotEqualTo Modifier and Type Method Description Object
TimeRangeVisitor. visit(PropertyIsNotEqualTo filter, Object extraData)
-
Uses of PropertyIsNotEqualTo in org.geotools.xml.filter
Methods in org.geotools.xml.filter with parameters of type PropertyIsNotEqualTo Modifier and Type Method Description Object
FilterCompliancePreProcessor. visit(PropertyIsNotEqualTo filter, Object extraData)
Object
FilterEncodingPreProcessor. visit(PropertyIsNotEqualTo filter, Object extraData)
Object
FilterTransformer.FilterTranslator. visit(PropertyIsNotEqualTo filter, Object extraData)
-