* @function GraphThemeLayer.prototype.redraw * @description 重绘该图层。
()
| 390 | * @description 重绘该图层。 |
| 391 | */ |
| 392 | redraw() { |
| 393 | this.clearCache(); |
| 394 | if (this.renderer) { |
| 395 | this.redrawThematicFeatures(this.map.getBounds()); |
| 396 | return true; |
| 397 | } |
| 398 | return false |
| 399 | } |
| 400 | |
| 401 | /** |
| 402 | * @function GraphThemeLayer.prototype.clear |
no test coverage detected