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

Method getStyle

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

* @function OverlayGraphic.prototype.getStyle * @description 获取要素样式。 * @returns {ol.style.Image} ol.style.Image 子类样式对象。

()

Source from the content-addressed store, hash-verified

103 * @returns {ol.style.Image} ol.style.Image 子类样式对象。
104 */
105 getStyle() {
106 return this.style_;
107 }
108
109 /**
110 * @function OverlayGraphic.prototype.setStyle

Callers 6

constructorMethod · 0.45
_highLightMethod · 0.45
drawGraphicsMethod · 0.45
getColorMethod · 0.45
getRadiusMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected