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
)
Public Sub New (
sourceStyle As SourceStyle,
strURL As String,
eWMTSVersionStyle As WMTSVersionStyle,
strLayer As String,
Optional dMMPixel As Double = -1,
Optional iYX As Integer = 0
)
public:
WMTSLayer(
SourceStyle sourceStyle,
String^ strURL,
WMTSVersionStyle eWMTSVersionStyle,
String^ strLayer,
double dMMPixel = -1,
int iYX = 0
)
new :
sourceStyle : SourceStyle *
strURL : string *
eWMTSVersionStyle : WMTSVersionStyle *
strLayer : string *
?dMMPixel : float *
?iYX : int
(* Defaults:
let _dMMPixel = defaultArg dMMPixel -1
let _iYX = defaultArg iYX 0
*)
-> WMTSLayer
参数
- 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)
参见