|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defines a null filter, which checks to see if an attribute is null.
Field Summary |
Fields inherited from interface org.geotools.filter.Filter |
ALL, NONE |
Fields inherited from interface org.geotools.filter.FilterType |
BETWEEN, COMPARE_EQUALS, COMPARE_GREATER_THAN, COMPARE_GREATER_THAN_EQUAL, COMPARE_LESS_THAN, COMPARE_LESS_THAN_EQUAL, COMPARE_NOT_EQUALS, FID, GEOMETRY_BBOX, GEOMETRY_BEYOND, GEOMETRY_CONTAINS, GEOMETRY_CROSSES, GEOMETRY_DISJOINT, GEOMETRY_DWITHIN, GEOMETRY_EQUALS, GEOMETRY_INTERSECTS, GEOMETRY_OVERLAPS, GEOMETRY_TOUCHES, GEOMETRY_WITHIN, LIKE, LOGIC_AND, LOGIC_NOT, LOGIC_OR, NULL |
Method Summary | |
boolean |
contains(Feature 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 org.geotools.filter.Filter |
accept, and, evaluate, getFilterType, not, or |
Methods inherited from interface org.opengis.filter.Filter |
accept, evaluate |
Methods inherited from interface org.opengis.filter.PropertyIsNull |
getExpression, setExpression |
Method Detail |
public 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.public Expression getNullCheckValue()
PropertyIsNull.getExpression()
public boolean contains(Feature feature)
org.opengis.filter.Filter#evaluate(Feature)
contains
in interface Filter
feature
- Specified feature to examine.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |