MCPcopy Create free account
hub / github.com/SuperMap/iClient-JavaScript / getData

Method getData

src/openlayers/overlay/Mapv.js:107–112  ·  view source on GitHub ↗

* @function Mapv.prototype.getData * @description 获取数据。 * @returns {Mapv.DataSet} MapV 数据集。

()

Source from the content-addressed store, hash-verified

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

Callers 15

WebMapV3Spec.jsFile · 0.45
MapvLayerSpec.jsFile · 0.45
MapVLayerSpec.jsFile · 0.45
MapVLayerSpec.jsFile · 0.45
WebMapV3Spec.jsFile · 0.45
MapvLayerSpec.jsFile · 0.45
MapvSpec.jsFile · 0.45
mapv.min.jsFile · 0.45
mapv.jsFile · 0.45
xuFunction · 0.45
lpFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected