MCPcopy Create free account
hub / github.com/SuperMap/iClient-JavaScript / getLength

Method getLength

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

Source from the content-addressed store, hash-verified

59 }
60
61 getLength() {
62 return this.features.length;
63 }
64
65 remove(feature) {
66 const index = this.features.indexOf(feature);

Callers 4

successCallbackFunction · 0.80
FGBSpec.jsFile · 0.80
generateControlPointsFunction · 0.80
ol.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected