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