A Sandcastle Documented Class Library
MapControlInteraction Class |
与地图控件的交互,主要但不限于Add-in模式开发使用
Inheritance Hierarchy
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
Name | Description | |
---|---|---|
MapControlInteraction | Initializes a new instance of the MapControlInteraction class |
Methods
Name | Description | |
---|---|---|
addWMSLayer |
添加 WMS 网络图层
| |
getlayerbygroup | ||
getLayerByName(String, IMapControlDefault) |
根据图层名称获取图层对象
| |
getLayerByName(String, IMap, IEditor) |
根据图层名称获取图层对象
|
See Also