点击或拖拽改变大小

WMSURLFactoryGetMapURL 方法

获取请求 Map 的 URI

命名空间:  GISShare.SMap.Web.WMS
程序集:  GISShare.SMap.Web (在 GISShare.SMap.Web.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法
public static string GetMapURL(
	string strOnlineResource,
	WMSVersionStyle eWMSVersionStyle,
	string strLayers,
	string strStyles,
	string strAuthority,
	int iCode,
	double dLeft,
	double dBottom,
	double dRight,
	double dTop,
	int iWidth,
	int iHeight,
	string strFormat,
	string strTransparent = "TRUE",
	string strBGColor = null,
	string strExceptions = null,
	string strTime = null,
	string strElevation = null,
	string strEXParameters = null
)

参数

strOnlineResource
类型: SystemString
连接头
eWMSVersionStyle
类型: GISShare.SMap.Web.WMSWMSVersionStyle
版本
strLayers
类型: SystemString
图层名称
strStyles
类型: SystemString
图层渲染
strAuthority
类型: SystemString
投影作者
iCode
类型: SystemInt32
编号
dLeft
类型: SystemDouble
dBottom
类型: SystemDouble
dRight
类型: SystemDouble
dTop
类型: SystemDouble
iWidth
类型: SystemInt32
iHeight
类型: SystemInt32
strFormat
类型: SystemString
图片类型格式
strTransparent (Optional)
类型: SystemString
strTransparent(可缺省)
strBGColor (Optional)
类型: SystemString
strBGColor(可缺省)
strExceptions (Optional)
类型: SystemString
strExceptions(可缺省)
strTime (Optional)
类型: SystemString
strTime(可缺省)
strElevation (Optional)
类型: SystemString
strElevation(可缺省)
strEXParameters (Optional)
类型: SystemString
用于拓展的参数,以适应不同的平台

返回值

类型: String
返回 URI
参见