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

Method getGeometry

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

* @function OverlayGraphic.prototype.getGeometry * @description 获取当前要素几何信息。 * @returns {ol.geom.Point} 要素几何信息。

()

Source from the content-addressed store, hash-verified

67 * @returns {ol.geom.Point} 要素几何信息。
68 */
69 getGeometry() {
70 return this.geometry_;
71 }
72
73 /**
74 * @function OverlayGraphic.prototype.setGeometry

Callers 15

UFunction · 0.80
successCallbackFunction · 0.80
StyleUtilsSpec.jsFile · 0.80
DataFlowSpec.jsFile · 0.80
GraphicSpec.jsFile · 0.80
geojsonToFeatureMethod · 0.80
addPathFeatureMethod · 0.80
setMaskFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected