根据缓存层数,列索引和行索引获得对应的地理范围。
命名空间:
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
指定的缓存图片的行索引。