Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.js
File · 0.80
successCallback
Function · 0.80
successCallback
Function · 0.80
MapExtend.js
File · 0.80
ol.js
File · 0.80
fu
Function · 0.80
n
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected