name, subExpression
构造器和说明 |
---|
PropertyIsNull()
构造函数。
|
PropertyIsNull(Literal literal)
通过值(<Literal> 元素)构建
PropertyIsNull 对象。 |
PropertyIsNull(PropertyName propertyName)
通过属性字段的名称来构建
PropertyIsNull 对象。 |
限定符和类型 | 方法和说明 |
---|---|
void |
accept(AbstractFilterVisitor visitor) |
FilterType |
getFilterType()
获取 Filter 元素的类型。
|
Literal |
getLiteral()
获取值,即 Literal 元素。
|
PropertyName |
getPropertyName()
获取属性字段名。
|
copy, getName, getSubExpression, getSubExpressionCount, setSubExpression
public PropertyIsNull(Literal literal) throws OGCException
通过值(<Literal> 元素)构建 PropertyIsNull
对象。
literal
- 值(<Literal> 元素)。OGCException
- OGC 服务异常。public PropertyIsNull(PropertyName propertyName) throws OGCException
通过属性字段的名称来构建 PropertyIsNull
对象。
表示限定该属性字段为空。
propertyName
- 属性字段名称(<PropertyName> 元素)。OGCException
- OGC 服务异常。public PropertyIsNull()
构造函数。
public void accept(AbstractFilterVisitor visitor) throws OGCException
accept
在类中 Filter
OGCException
public FilterType getFilterType()
Filter
获取 Filter 元素的类型。
getFilterType
在类中 Filter
public Literal getLiteral()
获取值,即 Literal 元素。
该方法可能返回 null。
public PropertyName getPropertyName()
获取属性字段名。
该方法可能返回 null。