|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
PropertyIsNull
public interface NullFilter
Defines a null filter, which checks to see if an attribute is null.
| Field Summary |
|---|
| Fields inherited from interface Filter |
|---|
ALL, NONE |
| Fields inherited from interface PropertyIsNull |
|---|
NAME |
| Fields inherited from interface Filter |
|---|
EXCLUDE, INCLUDE |
| Method Summary | |
|---|---|
boolean |
contains(SimpleFeature feature)
Deprecated. use org.opengis.filter.Filter#evaluate(Feature) |
Expression |
getNullCheckValue()
Deprecated. use PropertyIsNull.getExpression() |
void |
nullCheckValue(Expression nullCheck)
Deprecated. use PropertyIsNull#setExpression(Expression) |
| Methods inherited from interface Filter |
|---|
accept, and, evaluate, getFilterType, not, or |
| Methods inherited from interface PropertyIsNull |
|---|
getExpression |
| Methods inherited from interface Filter |
|---|
accept, evaluate |
| Method Detail |
|---|
void nullCheckValue(Expression nullCheck)
throws IllegalFilterException
PropertyIsNull#setExpression(Expression)
nullCheck - The attribute expression to null check.
IllegalFilterException - If attempting to add a non-attribute
expression.Expression getNullCheckValue()
PropertyIsNull.getExpression()
boolean contains(SimpleFeature feature)
org.opengis.filter.Filter#evaluate(Feature)
feature - Specified feature to examine.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||