ITileWebAgentGetServiceAgentTileUrl 方法 |
获取跳转的URL链接
命名空间:
GISShare.SMap.WinForm.Layer
程序集:
GISShare.SMap.WinForm (在 GISShare.SMap.WinForm.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法string GetServiceAgentTileUrl(
string strTileUrl,
string strTileFileName,
TileRectifyStyle eTileRectifyStyle,
Rectangle tileImageRectangle,
PointF[] pointArray
)
Function GetServiceAgentTileUrl (
strTileUrl As String,
strTileFileName As String,
eTileRectifyStyle As TileRectifyStyle,
tileImageRectangle As Rectangle,
pointArray As PointF()
) As String
String^ GetServiceAgentTileUrl(
String^ strTileUrl,
String^ strTileFileName,
TileRectifyStyle eTileRectifyStyle,
Rectangle tileImageRectangle,
array<PointF>^ pointArray
)
abstract GetServiceAgentTileUrl :
strTileUrl : string *
strTileFileName : string *
eTileRectifyStyle : TileRectifyStyle *
tileImageRectangle : Rectangle *
pointArray : PointF[] -> string
参数
- strTileUrl
- 类型: SystemString
原始瓦片链接 - strTileFileName
- 类型: SystemString
瓦片缓存名称 - eTileRectifyStyle
- 类型: GISShare.SMap.WinForm.LayerTileRectifyStyle
瓦片纠偏类型 - tileImageRectangle
- 类型: System.DrawingRectangle
瓦片有效尺寸 - pointArray
- 类型: System.DrawingPointF
动态配准点
返回值
类型:
String返回跳转的URL链接
参见