@XmlElement(value="PropertyIsNil") public interface PropertyIsNil extends Filter
From the specification:
The PropertyIsNil operator tests the content of the specified property and evaluates if it is nil.
The operator can also evaluate the nil reason using the nilReason parameter. The implied operator
for evaluating the nil reason is "equals".
http://portal.opengeospatial.org/files/?artifact_id=39968
Modifier and Type | Field and Description |
---|---|
static String |
NAME
Operator name used to check FilterCapabilities
|
Modifier and Type | Method and Description |
---|---|
Expression |
getExpression()
Returns the expression whose value will be checked for
null . |
Object |
getNilReason()
The nil reason.
|
static final String NAME
@XmlElement(value="expression") Expression getExpression()
null
.@XmlElement(value="nilReason") Object getNilReason()
Copyright © 1996–2023 Geotools. All rights reserved.