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

Method delShape

src/common/overlay/levelRenderer/Render.js:150–153  ·  view source on GitHub ↗

* @function LevelRenderer.Render.prototype.delShape * @description 从根节点删除图形形状。 * * @param {string} shapeId - 图形对象唯一标识。 * @return {LevelRenderer.Render} this。

(shapeId)

Source from the content-addressed store, hash-verified

148 * @return {LevelRenderer.Render} this。
149 */
150 delShape(shapeId) {
151 this.storage.delRoot(shapeId);
152 return this;
153 }
154
155 /**
156 * @function LevelRenderer.Render.prototype.delGroup

Callers 1

RenderSpec.jsFile · 0.80

Calls 1

delRootMethod · 0.80

Tested by

no test coverage detected