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