点击或拖拽改变大小

WMSLayerGetMapURL 方法 (String, WMSVersionStyle, String, String, IBoundingBox, Int32, Int32, String, String, String, String, String, String, String)

获取WMS GetMap 请求的URI

命名空间:  GISShare.SMap.WPF.Layer
程序集:  GISShare.SMap.WPF (在 GISShare.SMap.WPF.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法
public static string GetMapURL(
	string strOnlineResource,
	WMSVersionStyle eWMSVersionStyle,
	string strLayers,
	string strStyles,
	IBoundingBox pBoundingBox,
	int iWidth,
	int iHeight,
	string strFormat,
	string strTransparent,
	string strBGColor,
	string strExceptions,
	string strTime,
	string strElevation,
	string strEXParameters
)

参数

strOnlineResource
类型: SystemString
链接
eWMSVersionStyle
类型: GISShare.SMap.Web.WMSWMSVersionStyle
WMS版本类型
strLayers
类型: SystemString
图层字符串
strStyles
类型: SystemString
渲染字符串
pBoundingBox
类型: GISShare.SMap.GeometryIBoundingBox
范围
iWidth
类型: SystemInt32
iHeight
类型: SystemInt32
strFormat
类型: SystemString
图片框架
strTransparent
类型: SystemString
透明
strBGColor
类型: SystemString
背景色
strExceptions
类型: SystemString
strExceptions(可缺省)
strTime
类型: SystemString
strTime(可缺省)
strElevation
类型: SystemString
strElevation(可缺省)
strEXParameters
类型: SystemString
用于拓展的参数,以适应不同的平台

返回值

类型: String
WMS请求的URI
参见