wfs过滤器
Classes
Methods
clone() → {GeoGlobe.Filter}
克隆这个过滤器。 应该由子类来实现。
Returns:
克隆这个过滤器.
- Type
- GeoGlobe.Filter
destroy()
删除对所添加内容的引用。
evaluate(context) → {Boolean}
在特定的上下文中评估此过滤器。
实例或子类应该覆盖此方法。
Parameters:
Name | Type | Description |
---|---|---|
context |
Object | 用于评估过滤器的上下文。 如果提供了矢量特征,则feature.attributes将用作上下文。 |
Returns:
该过滤器适用。
- Type
- Boolean
initialize(options) → {GeoGlobe.Filter}
这个类表示一个通用的过滤器。
Parameters:
Name | Type | Description |
---|---|---|
options |
Object | 可选对象的属性将在实例上设置。 |
Returns:
- Type
- GeoGlobe.Filter
toString() → {String}
Returns:
在您的构建中包含以获取返回的过滤器的CQL表示形式。 否则,将返回“[Object object]”。
- Type
- String