Package org.geotools.api.filter
Interface PropertyIsNotEqualTo
- All Superinterfaces:
BinaryComparisonOperator
,Filter
,MultiValuedFilter
- All Known Implementing Classes:
IsNotEqualToImpl
Filter operator that compares that its two sub-expressions are not equal to each other.
- Since:
- GeoAPI 2.0
- Author:
- Justin Deoliveira (The Open Planning Project)
-
Nested Class Summary
Nested classes/interfaces inherited from interface MultiValuedFilter
MultiValuedFilter.MatchAction
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Operator name used to check FilterCapabilities -
Method Summary
Methods inherited from interface BinaryComparisonOperator
getExpression1, getExpression2, isMatchingCase
Methods inherited from interface MultiValuedFilter
getMatchAction
-
Field Details
-
NAME
Operator name used to check FilterCapabilities- See Also:
-