点击或拖拽改变大小

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

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,
	WMTSVersionStyle eWMTSVersionStyle,
	string strLayer,
	double dMMPixel = -1,
	int iYX = 0
)

参数

sourceStyle
类型: GISShare.SMap.WebSourceStyle
数据源类型
strURL
类型: SystemString
链接URL
eWMTSVersionStyle
类型: GISShare.SMap.Web.WMTSWMTSVersionStyle
版本类型
strLayer
类型: SystemString
图层名称
dMMPixel (Optional)
类型: SystemDouble
MMPixel
iYX (Optional)
类型: SystemInt32
原点“TopLeftCorner”中XY的排序方式(0:自动 1:YX 2:XY)
参见