* @function Mapv.prototype.getData * @description 获取数据。 * @returns {Mapv.DataSet} MapV 数据集。
()
| 105 | * @returns {Mapv.DataSet} MapV 数据集。 |
| 106 | */ |
| 107 | getData() { |
| 108 | if (this.layer) { |
| 109 | this.dataSet = this.layer.getData(); |
| 110 | } |
| 111 | return this.dataSet; |
| 112 | } |
| 113 | |
| 114 | /** |
| 115 | * @function Mapv.prototype.removeData |
no outgoing calls
no test coverage detected