Package org.geotools.api.filter
Interface Not
-
- All Superinterfaces:
Filter
- All Known Implementing Classes:
NotImpl
public interface Not extends Filter
Reverses the logical value of an expression.You can check if the Not operation is supported using:
scalarCapabilities.hasLogicalOperators() == true
- Since:
- GeoAPI 2.0
- Author:
- Chris Dillard (SYS Technologies)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Filter
getFilter()
The filter to reverse.
-
-
-
Method Detail
-
getFilter
Filter getFilter()
The filter to reverse.
-
-