点击或拖拽改变大小

TMSLayerGetServiceAgentTileUrl 方法

获取跳转的URL链接

命名空间:  GISShare.SMap.WinForm.Layer
程序集:  GISShare.SMap.WinForm (在 GISShare.SMap.WinForm.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法
public string GetServiceAgentTileUrl(
	string strTileUrl,
	string strTileFileName,
	TileRectifyStyle eTileRectifyStyle,
	Rectangle tileImageRectangle,
	PointF[] pointArray
)

参数

strTileUrl
类型: SystemString
原始瓦片链接
strTileFileName
类型: SystemString
瓦片缓存名称
eTileRectifyStyle
类型: GISShare.SMap.WinForm.LayerTileRectifyStyle
瓦片纠偏类型
tileImageRectangle
类型: System.DrawingRectangle
瓦片有效尺寸
pointArray
类型: System.DrawingPointF
动态配准点

返回值

类型: String
返回跳转的URL链接

实现

ITileWebAgentGetServiceAgentTileUrl(String, String, TileRectifyStyle, Rectangle, PointF)
参见