TileMatrixDictionaryGetTileMatrixByIdentifier 方法 |
获取瓦片矩阵 通过 标识
命名空间:
GISShare.SMap.WPF.Layer
程序集:
GISShare.SMap.WPF (在 GISShare.SMap.WPF.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法public ITileMatrix GetTileMatrixByIdentifier(
string strIdentifier
)
Public Function GetTileMatrixByIdentifier (
strIdentifier As String
) As ITileMatrix
public:
virtual ITileMatrix^ GetTileMatrixByIdentifier(
String^ strIdentifier
) sealed
abstract GetTileMatrixByIdentifier :
strIdentifier : string -> ITileMatrix
override GetTileMatrixByIdentifier :
strIdentifier : string -> ITileMatrix
参数
- strIdentifier
- 类型: SystemString
标识
返回值
类型:
ITileMatrix瓦片矩阵
实现
ITileMatrixDictionaryGetTileMatrixByIdentifier(String)
参见