瓦片矩阵 构造函数
命名空间:
GISShare.SMap.WPF.Layer
程序集:
GISShare.SMap.WPF (在 GISShare.SMap.WPF.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法public TileMatrix(
string strIdentifier,
int iLevel,
double dScale,
IPoint originalPoint,
Size tileSize,
Size matrixSize,
Size tileMapSize,
Rect tileImageRectangle,
int iMatrixMinRow,
int iMatrixMaxRow,
int iMatrixMinCol,
int iMatrixMaxCol
)
Public Sub New (
strIdentifier As String,
iLevel As Integer,
dScale As Double,
originalPoint As IPoint,
tileSize As Size,
matrixSize As Size,
tileMapSize As Size,
tileImageRectangle As Rect,
iMatrixMinRow As Integer,
iMatrixMaxRow As Integer,
iMatrixMinCol As Integer,
iMatrixMaxCol As Integer
)
public:
TileMatrix(
String^ strIdentifier,
int iLevel,
double dScale,
IPoint^ originalPoint,
Size tileSize,
Size matrixSize,
Size tileMapSize,
Rect tileImageRectangle,
int iMatrixMinRow,
int iMatrixMaxRow,
int iMatrixMinCol,
int iMatrixMaxCol
)
new :
strIdentifier : string *
iLevel : int *
dScale : float *
originalPoint : IPoint *
tileSize : Size *
matrixSize : Size *
tileMapSize : Size *
tileImageRectangle : Rect *
iMatrixMinRow : int *
iMatrixMaxRow : int *
iMatrixMinCol : int *
iMatrixMaxCol : int -> TileMatrix
参数
- strIdentifier
- 类型: SystemString
标识 - iLevel
- 类型: SystemInt32
层级 - dScale
- 类型: SystemDouble
比例尺 - originalPoint
- 类型: GISShare.SMap.GeometryIPoint
原点 - tileSize
- 类型: System.WindowsSize
瓦片尺寸 - matrixSize
- 类型: System.WindowsSize
矩阵维数 - tileMapSize
- 类型: System.WindowsSize
瓦片在地图上应显示的尺寸 - tileImageRectangle
- 类型: System.WindowsRect
瓦片到地图上的有效矩形范围 - iMatrixMinRow
- 类型: SystemInt32
矩阵尺寸 有效的最小行(小于0无效) - iMatrixMaxRow
- 类型: SystemInt32
矩阵尺寸 有效的最大行(小于0无效) - iMatrixMinCol
- 类型: SystemInt32
矩阵尺寸 有效的最小列(小于0无效) - iMatrixMaxCol
- 类型: SystemInt32
矩阵尺寸 有效的最大列(小于0无效)
参见