Package org.geotools.api.filter
Interface PropertyIsNull
- All Superinterfaces:
Filter
- All Known Implementing Classes:
IsNullImpl
,NullFilterImpl
Filter operator that checks if an expression's value is
null
. A null
is equivalent to no value
present. The value 0 is a valid value and is not considered null
.- Since:
- GeoAPI 2.0
- Author:
- Chris Dillard (SYS Technologies)
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Operator name used to check FilterCapabilities -
Method Summary
Modifier and TypeMethodDescriptionReturns the expression whose value will be checked fornull
.
-
Field Details
-
NAME
Operator name used to check FilterCapabilities- See Also:
-
-
Method Details
-
getExpression
Expression getExpression()Returns the expression whose value will be checked fornull
.
-