Class: graphicLayer

L.supermap.plotting.graphicLayer

高效率固定点标号图层类。

L.supermap.plotting.graphicLayer()

leaflet/mapping/PlottingGraphicLayer.js, line 5

Extends

Methods

addFeatures(features)

leaflet/mapping/PlottingGraphicLayer.js, line 86

添加标号对象。

Name Type Description
features Array.<L.supermap.plotting.GraphicObject>

标号对象。

removeAllGraphics()

leaflet/mapping/PlottingGraphicLayer.js, line 188

删除所有图形对象。

removeGraphics(graphics)

leaflet/mapping/PlottingGraphicLayer.js, line 122

删除图形对象。

Name Type Description
graphics Object

图形对象。

updateGraphics(graphics)

leaflet/mapping/PlottingGraphicLayer.js, line 153

更新图形对象。

Name Type Description
graphics Object

图形对象。