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
)
Public Sub New (
sourceStyle As SourceStyle,
strURL As String,
strLayer As String,
dMMPixel As Double,
iYX As Integer,
strCacheDirectory As String,
strMapCatalogue As String
)
public:
WMTSLayer(
SourceStyle sourceStyle,
String^ strURL,
String^ strLayer,
double dMMPixel,
int iYX,
String^ strCacheDirectory,
String^ strMapCatalogue
)
new :
sourceStyle : SourceStyle *
strURL : string *
strLayer : string *
dMMPixel : float *
iYX : int *
strCacheDirectory : string *
strMapCatalogue : string -> WMTSLayer
参数
- 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中无效)
参见