Package org.geotools.api.filter
Interface Not
- All Superinterfaces:
Filter
- All Known Implementing Classes:
NotImpl
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)
-
Field Summary
-
Method Summary
-
Method Details
-
getFilter
Filter getFilter()The filter to reverse.
-