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 Details

    • getFilter

      Filter getFilter()
      The filter to reverse.