BaiDuTileLayerGetTileUrl 方法 |
获取瓦片URL地址
命名空间:
GISShare.SMap.WPF.Layer
程序集:
GISShare.SMap.WPF (在 GISShare.SMap.WPF.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法public override string GetTileUrl(
string strIdentifier,
int iX,
int iY,
int iZ,
int iXTileCount,
int iYTileCount
)
Public Overrides Function GetTileUrl (
strIdentifier As String,
iX As Integer,
iY As Integer,
iZ As Integer,
iXTileCount As Integer,
iYTileCount As Integer
) As String
public:
virtual String^ GetTileUrl(
String^ strIdentifier,
int iX,
int iY,
int iZ,
int iXTileCount,
int iYTileCount
) override
abstract GetTileUrl :
strIdentifier : string *
iX : int *
iY : int *
iZ : int *
iXTileCount : int *
iYTileCount : int -> string
override GetTileUrl :
strIdentifier : string *
iX : int *
iY : int *
iZ : int *
iXTileCount : int *
iYTileCount : int -> string
参数
- strIdentifier
- 类型: SystemString
瓦片标识 - iX
- 类型: SystemInt32
X索引 - iY
- 类型: SystemInt32
Y索引 - iZ
- 类型: SystemInt32
Z层级 - iXTileCount
- 类型: SystemInt32
X总数 - iYTileCount
- 类型: SystemInt32
Y总数
返回值
类型:
String瓦片URL地址
实现
ITileLayerGetTileUrl(String, Int32, Int32, Int32, Int32, Int32)
参见