点击或拖拽改变大小

WMTSLayer 构造函数 (SourceStyle, String, String, Double, Int32, String, String)

WMTS图层 构造函数

命名空间:  GISShare.SMap.WPF.Layer
程序集:  GISShare.SMap.WPF (在 GISShare.SMap.WPF.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法
public WMTSLayer(
	SourceStyle sourceStyle,
	string strURL,
	string strLayer,
	double dMMPixel,
	int iYX,
	string strCacheDirectory,
	string strMapCatalogue
)

参数

sourceStyle
类型: GISShare.SMap.WebSourceStyle
数据源类型
strURL
类型: SystemString
链接URL
strLayer
类型: SystemString
图层名称
dMMPixel
类型: SystemDouble
MMPixel
iYX
类型: SystemInt32
原点“TopLeftCorner”中XY的排序方式(0:自动 1:YX 2:XY)
strCacheDirectory
类型: SystemString
缓存目录(Silverlight中无效)
strMapCatalogue
类型: SystemString
缓存目录名(Silverlight中无效)
参见