Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SuperMap/iClient-JavaScript
/ removeAllFeatures
Method
removeAllFeatures
src/openlayers/overlay/Graph.js:405–408 ·
view source on GitHub ↗
* @function Graph.prototype.removeAllFeatures * @description 移除所有的要素。
()
Source
from the content-addressed store, hash-verified
403
* @description 移除所有的要素。
404
*/
405
removeAllFeatures() {
406
this.clearCache();
407
super.removeAllFeatures();
408
}
409
410
/**
411
* @
function
Graph.prototype.redraw
Callers
1
clear
Method · 0.95
Calls
1
clearCache
Method · 0.95
Tested by
no test coverage detected