Package org.apache.sis.filter
Class FilterLiteral
java.lang.Object
org.apache.sis.filter.FilterLiteral
- All Implemented Interfaces:
Serializable
,Predicate<Object>
,Filter<Object>
Placeholder for GeoAPI 3.1 interfaces (not yet released).
Shall not be visible in public API, as it will be deleted after next GeoAPI release.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
INCLUDE
-
EXCLUDE
-
value
private final boolean value
-
-
Constructor Details
-
FilterLiteral
private FilterLiteral(boolean value)
-
-
Method Details
-
getOperatorType
Description copied from interface:Filter
Returns the nature of the operator.- Specified by:
getOperatorType
in interfaceFilter<Object>
- Returns:
- the nature of this operator.
-
getExpressions
Description copied from interface:Filter
Returns the expressions used as arguments for this filter.- Specified by:
getExpressions
in interfaceFilter<Object>
- Returns:
- the expressions used as inputs, or an empty list if none.
-
test
Description copied from interface:Filter
Given an object, determines if the test(s) represented by this filter are passed. -
toString
-
readResolve
- Throws:
ObjectStreamException
-