MCPcopy Create free account
hub / github.com/SuperMap/iClient-JavaScript / clear

Method clear

src/openlayers/overlay/Graphic.js:379–381  ·  view source on GitHub ↗

* @function Graphic.prototype.clear * @description 释放图层资源。

()

Source from the content-addressed store, hash-verified

377 * @description 释放图层资源。
378 */
379 clear() {
380 this.removeGraphics();
381 }
382
383 /**
384 * @function Graphic.prototype.update

Callers

nothing calls this directly

Calls 1

removeGraphicsMethod · 0.95

Tested by

no test coverage detected