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

Method push

src/openlayers/overlay/FGB.js:46–48  ·  view source on GitHub ↗
(feature)

Source from the content-addressed store, hash-verified

44 }
45
46 push(feature) {
47 this.features.push(feature);
48 }
49
50 isEmpty() {
51 return this.features.length === 0;

Callers 15

WebMapV2Spec.jsFile · 0.80
WebMapSpec.jsFile · 0.80
WebMapV22Spec.jsFile · 0.80
setItemsFunction · 0.80
DeckglLayerSpec.jsFile · 0.80
delRepeatInArrayFunction · 0.80
creatGraphicLayerFunction · 0.80
addFeaturesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected