MapControlInteraction.addWMSLayer Method

AO_J

MapControlInteractionaddWMSLayer Method
添加 WMS 网络图层

Namespace: AO_J
Assembly: AO_J (in AO_J.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void addWMSLayer(
	IMap map,
	string address,
	string layerName,
	int layerPosition
)

Parameters

map
Type: IMap
地图对象
address
Type: SystemString
网址
layerName
Type: SystemString
图层名称
layerPosition
Type: SystemInt32
图层添加位置
See Also