Constructor
new FeatureId()
Members
fids :Array(String)
特征ID来评估这个规则。
要在params对象内传递。
Type:
- Array(String)
Methods
clone() → {GeoGlobe.Filter.FeatureId}
克隆这个过滤器。
Returns:
克隆这个过滤器。
evaluate(feature) → {Boolean}
针对特定功能评估此规则
Parameters:
Name | Type | Description |
---|---|---|
feature |
GeoGlobe.Feature | 功能将规则应用于。 对于矢量特征,检查针对fid运行,针对id的简单特征。 |
Returns:
如果规则适用,则为true;否则为false
- Type
- Boolean
initialize(options) → {GeoGlobe.Filter.FeatureId}
创建一个ogc:FeatureId规则。
Parameters:
Name | Type | Description |
---|---|---|
options |
Object | 具有可在规则上设置属性的可选对象 |