ArcGISTileLayer 构造函数 (String, Int32, String, String, String) |
ArcGIS TMS 切片再发布 图层 构造函数
命名空间:
GISShare.SMap.WPF.Layer
程序集:
GISShare.SMap.WPF (在 GISShare.SMap.WPF.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法public ArcGISTileLayer(
string strTileURLHeader,
int iTileURLStyle,
string strCacheDirectory,
string strMapCatalogue,
string strTileCacheFileExtension
)
Public Sub New (
strTileURLHeader As String,
iTileURLStyle As Integer,
strCacheDirectory As String,
strMapCatalogue As String,
strTileCacheFileExtension As String
)
public:
ArcGISTileLayer(
String^ strTileURLHeader,
int iTileURLStyle,
String^ strCacheDirectory,
String^ strMapCatalogue,
String^ strTileCacheFileExtension
)
new :
strTileURLHeader : string *
iTileURLStyle : int *
strCacheDirectory : string *
strMapCatalogue : string *
strTileCacheFileExtension : string -> ArcGISTileLayer
参数
- strTileURLHeader
- 类型: SystemString
链接头 - iTileURLStyle
- 类型: SystemInt32
瓦片URL链接的方式(有些公司WEB瓦片组织方式是一致的,但是URL拼接却不尽相同,如:百度的影像图和普通地图组织方式就不一致。为了提高灵活度添加此变量,以后根据不同的类它的值将会有不同的含义。) - strCacheDirectory
- 类型: SystemString
缓存目录(Silverlight无效) - strMapCatalogue
- 类型: SystemString
地图目录(Silverlight无效) - strTileCacheFileExtension
- 类型: SystemString
瓦片拓展名
参见