点击或拖拽改变大小

ITileLayerOperatorGetDisplayTileParameters 方法

获取某视图范围在指定层级下的瓦片信息

命名空间:  GISShare.SMap.WPF.Layer
程序集:  GISShare.SMap.WPF (在 GISShare.SMap.WPF.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法
bool GetDisplayTileParameters(
	string strIdentifier,
	IPoint pPointLT,
	IPoint pPointRB,
	out int iZLevel,
	out int iXTileStartIndex,
	out int iYTileStartIndex,
	out int iXTileCount,
	out int iYTileCount
)

参数

strIdentifier
类型: SystemString
层级标识
pPointLT
类型: GISShare.SMap.GeometryIPoint
左上角
pPointRB
类型: GISShare.SMap.GeometryIPoint
右下角
iZLevel
类型: SystemInt32
传出 层级
iXTileStartIndex
类型: SystemInt32
传出 X Start Index
iYTileStartIndex
类型: SystemInt32
传出 Y Start Index
iXTileCount
类型: SystemInt32
传出 X Count
iYTileCount
类型: SystemInt32
传出 Y Count

返回值

类型: Boolean
成功返回 TRUE
参见