C# 클래스 SuperMap.Connector.Control.Forms.GraphicsLayer

几何对象图层。主要用于在地图上添加点、线、面等。
상속: SuperMap.Connector.Control.Utility.Layer
파일 보기 프로젝트 열기: SuperMap/iClient-for-DotNet 1 사용 예제들

공개 메소드들

메소드 설명
GraphicsLayer ( string id, string name ) : System

构造函数。

비공개 메소드들

메소드 설명
Lines_CollectionChanged ( object sender, System e ) : void
Markers_CollectionChanged ( object sender, System e ) : void
Polygons_CollectionChanged ( object sender, System e ) : void

메소드 상세

GraphicsLayer() 공개 메소드

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