MCPcopy Index your code
hub / github.com/SuperMap/iClient-JavaScript / setData

Method setData

test/tool/mock_l7.js:235–238  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

233 return sourceInfo;
234 }
235 setData(data) {
236 this.layerSource.originData = data;
237 this.getSource().emit('update');
238 }
239
240 on(type, cb) {
241 event.on(type, cb);

Callers 15

DeckglLayerSpec.jsFile · 0.45
L7LayerSpec.jsFile · 0.45
MapVLayerSpec.jsFile · 0.45
DeckglLayerSpec.jsFile · 0.45
L7LayerSpec.jsFile · 0.45
mapbox-gl.jsFile · 0.45
ioFunction · 0.45
whFunction · 0.45
tuFunction · 0.45

Calls 2

getSourceMethod · 0.95
emitMethod · 0.45

Tested by

no test coverage detected