C# Class SuperMap.Connector.Control.Utility.Layer

地图图层。
显示文件 Open project: SuperMap/iClient-for-DotNet

Public Methods

Method Description
Layer ( ) : System

初始化Layer的新实例

Layer ( string id, string name ) : System

根据图层ID和名字初始化Layer的新实例

Method Details

Layer() public method

初始化Layer的新实例
public Layer ( ) : System
return System

Layer() public method

根据图层ID和名字初始化Layer的新实例
public Layer ( string id, string name ) : System
id string 图层ID
name string 图层名字
return System