org.opengis.filter
Interface Not

All Superinterfaces:
Filter
All Known Implementing Classes:
NotImpl

@XmlElement(value="Not")
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)

Field Summary
 
Fields inherited from interface Filter
EXCLUDE, INCLUDE
 
Method Summary
 Filter getFilter()
          The filter to reverse.
 
Methods inherited from interface Filter
accept, evaluate
 

Method Detail

getFilter

Filter getFilter()
The filter to reverse.



Copyright © 1996-2014 Geotools. All Rights Reserved.