org.opengis.filter
Interface PropertyIsNull
-
- All Superinterfaces:
- Filter
@XmlElement(value="PropertyIsNull") public interface PropertyIsNull extends Filter
Filter operator that checks if an expression's value isnull. Anullis equivalent to no value present. The value 0 is a valid value and is not considerednull.- Since:
- GeoAPI 2.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description ExpressiongetExpression()Returns the expression whose value will be checked fornull.
-
-
-
Method Detail
-
getExpression
@XmlElement(value="PropertyName") Expression getExpression()
Returns the expression whose value will be checked fornull.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG