* @function GraphThemeLayer.prototype.clear * @description 清除的内容包括数据(features) 、专题要素、缓存。
()
| 403 | * @description 清除的内容包括数据(features) 、专题要素、缓存。 |
| 404 | */ |
| 405 | clear() { |
| 406 | if (this.renderer) { |
| 407 | this.renderer.clearAll(); |
| 408 | this.renderer.refresh(); |
| 409 | } |
| 410 | this.removeAllFeatures(); |
| 411 | this.clearCache(); |
| 412 | } |
| 413 | } |
no test coverage detected