根据缓存层数,列索引和行索引获得对应的地理范围。

命名空间:  SuperMap.Realspace
程序集:  SuperMap.Realspace (in SuperMap.Realspace)
版本: dll

语法

C#
public static Rectangle2D ToBounds(
	int level,
	int columnIndex,
	int rowIndex
)

参数

level
Type: System..::.Int32
指定的缓存层数。
columnIndex
Type: System..::.Int32
指定的缓存图片的列索引。
rowIndex
Type: System..::.Int32
指定的缓存图片的行索引。

返回值

某层数下指定行列缓存图片所对应的地理范围。

版本信息

SuperMap iObjects .NET


请参见