点击或拖拽改变大小

ITileMatrixDictionary 接口

瓦片矩阵字典 接口

命名空间:  GISShare.SMap.WinForm.Layer
程序集:  GISShare.SMap.WinForm (在 GISShare.SMap.WinForm.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法
public interface ITileMatrixDictionary : IEnumerable

The ITileMatrixDictionary type exposes the following members.

属性
  名称说明
公共属性Count
总数
公共属性Item
依据索引获取ITileMatrix
Top
方法
  名称说明
公共方法Add
添加一个瓦片矩阵
公共方法Clear
清空字典
公共方法GetNextTileMatrixByIdentifier
获取后一个瓦片矩阵 通过 标识
公共方法GetPreTileMatrixByIdentifier
获取前一个瓦片矩阵 通过 标识
公共方法GetTileMatrixByIdentifier
获取瓦片矩阵 通过 标识
公共方法GetTileMatrixByLevel
获取瓦片矩阵 通过 层级
公共方法GetTileMatrixByScale
获取瓦片矩阵 通过 比例尺
公共方法Import
导入一个新的矩阵置换当前矩阵
公共方法Remove
移除一个瓦片矩阵
公共方法RemoveAt
移除一个瓦片矩阵
公共方法RemoveFirst
移除首个瓦片矩阵
公共方法RemoveLast
移除尾个瓦片矩阵
Top
参见