点击或拖拽改变大小

TileLayerGetServiceAgentTileUrl 方法

获取跳转的URL链接

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

参数

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

返回值

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

实现

ITileWebAgentGetServiceAgentTileUrl(String, String, TileRectifyStyle, Rect, Point)
参见