C# Class SuperMap.Connector.Control.Forms.GraphicsLayer

几何对象图层。主要用于在地图上添加点、线、面等。
Inheritance: SuperMap.Connector.Control.Utility.Layer
Show file Open project: SuperMap/iClient-for-DotNet Class Usage Examples

Public Methods

Method Description
GraphicsLayer ( string id, string name ) : System

构造函数。

Private Methods

Method Description
Lines_CollectionChanged ( object sender, System e ) : void
Markers_CollectionChanged ( object sender, System e ) : void
Polygons_CollectionChanged ( object sender, System e ) : void

Method Details

GraphicsLayer() public method

构造函数。
public GraphicsLayer ( string id, string name ) : System
id string 几何对象图层id。
name string 几何对象图层名称。
return System