name, subExpression
限定符和类型 | 方法和说明 |
---|---|
void |
accept(AbstractFilterVisitor visitor) |
Filter |
copy()
拷贝副本。
|
FilterType |
getFilterType()
获取 Filter 元素的类型。
|
java.lang.String |
getValue()
获取 Literal 元素表示的值。
|
getName, getSubExpression, getSubExpressionCount, setSubExpression
public Literal(java.lang.String data)
通过数据字符串来构建 Literal
元素。
data
- 数据字符串。public Literal()
构造函数。
public void accept(AbstractFilterVisitor visitor) throws OGCException
accept
在类中 Filter
OGCException
public FilterType getFilterType()
Filter
获取 Filter 元素的类型。
getFilterType
在类中 Filter
public java.lang.String getValue()
获取 Literal 元素表示的值。