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

Method clearData

src/common/overlay/mapv/MapvRenderer.js:151–156  ·  view source on GitHub ↗

* @function MapVRenderer.prototype.clearData * @description 清除数据。

()

Source from the content-addressed store, hash-verified

149 * @description 清除数据。
150 */
151 clearData() {
152 this.dataSet && this.dataSet.clear();
153 this.update({
154 options: null
155 });
156 }
157
158 /**
159 * @function MapVRenderer.prototype.updateData

Callers 1

destroyMethod · 0.95

Calls 2

updateMethod · 0.95
clearMethod · 0.45

Tested by

no test coverage detected