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

Method setId

src/openlayers/overlay/graphic/Graphic.js:60–62  ·  view source on GitHub ↗

* @function OverlayGraphic.prototype.setId * @description 设置当前要素 ID。 * @param {string} id - 要素 ID。

(id)

Source from the content-addressed store, hash-verified

58 * @param {string} id - 要素 ID。
59 */
60 setId(id) {
61 this.id = id;
62 }
63
64 /**
65 * @function OverlayGraphic.prototype.getGeometry

Callers 3

cloneMethod · 0.95
_handleFeaturesMethod · 0.45
olExtendsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected