* @function OverlayGraphic.prototype.setGeometry * @description 设置当前要素几何信息。 * @param {ol.geom.Point} geometry - 要素几何信息。
(geometry)
| 76 | * @param {ol.geom.Point} geometry - 要素几何信息。 |
| 77 | */ |
| 78 | setGeometry(geometry) { |
| 79 | this.geometry_ = geometry; |
| 80 | } |
| 81 | |
| 82 | /** |
| 83 | * @function OverlayGraphic.prototype.setAttributes |