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

Method getArray

src/openlayers/overlay/FGB.js:53–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

51 return this.features.length === 0;
52 }
53 getArray() {
54 return this.features;
55 }
56
57 forEach(fn) {
58 return this.features.forEach(fn);

Callers 7

olms.jsFile · 0.80
successCallbackFunction · 0.80
successCallbackFunction · 0.80
MapExtend.jsFile · 0.80
ol.jsFile · 0.80
fuFunction · 0.80
nFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected