MapControlInteraction Class

AO_J

MapControlInteraction Class
与地图控件的交互,主要但不限于Add-in模式开发使用
Inheritance Hierarchy
SystemObject  AO_JMapControlInteraction

Namespace: AO_J
Assembly: AO_J (in AO_J.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class MapControlInteraction

The MapControlInteraction type exposes the following members.

Constructors
  NameDescription
Public methodMapControlInteraction
Initializes a new instance of the MapControlInteraction class
Top
Methods
  NameDescription
Public methodaddWMSLayer
添加 WMS 网络图层
Public methodgetlayerbygroup
Public methodgetLayerByName(String, IMapControlDefault)
根据图层名称获取图层对象
Public methodgetLayerByName(String, IMap, IEditor)
根据图层名称获取图层对象
Top
See Also