* @function GeoFeature.prototype.clear * @description 清除的内容包括数据(features)、专题要素、缓存。
()
| 224 | * @description 清除的内容包括数据(features)、专题要素、缓存。 |
| 225 | */ |
| 226 | clear() { |
| 227 | this.renderer.clearAll(); |
| 228 | this.renderer.refresh(); |
| 229 | this.removeAllFeatures(); |
| 230 | this.clearCache(); |
| 231 | } |
| 232 | |
| 233 | /** |
| 234 | * @function GeoFeature.prototype.getCacheCount |
no test coverage detected