MCPcopy Index your code
hub / github.com/SuperMap/iClient-JavaScript / addFeatures

Method addFeatures

src/openlayers/overlay/theme/Theme.js:198–200  ·  view source on GitHub ↗

* @function Theme.prototype.addFeatures * @param {(Array. |Array. |Array. |ThemeFeature|GeoJSONObject|ol.Feature)} features - 待添加要素。 * @description 抽象方法,可实例化子类必须实现此方法。向专题图图层中添加数据, * 专题图仅接收 FeatureVector 类型数据, * featu

(features)

Source from the content-addressed store, hash-verified

196 * feature 将储存于 features 属性中,其存储形式为数组。
197 */
198 addFeatures(features) { // eslint-disable-line no-unused-vars
199
200 }
201
202 /**
203 * @function Theme.prototype.removeFeatures

Callers 1

removeFeaturesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected