TileMatrixCreateTileMatrix 方法 |
创建瓦片指定层级矩阵
命名空间:
GISShare.SMap.WPF.Layer
程序集:
GISShare.SMap.WPF (在 GISShare.SMap.WPF.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法public static ITileMatrix CreateTileMatrix(
string strIdentifier,
int iLevel,
double dScale,
double dMMPixel,
IPoint pOriginalPoint,
int iTileWidth,
int iTileHeight,
int iMatrixWidth,
int iMatrixHeight,
int iMatrixMinRow,
int iMatrixMaxRow,
int iMatrixMinCol,
int iMatrixMaxCol
)
Public Shared Function CreateTileMatrix (
strIdentifier As String,
iLevel As Integer,
dScale As Double,
dMMPixel As Double,
pOriginalPoint As IPoint,
iTileWidth As Integer,
iTileHeight As Integer,
iMatrixWidth As Integer,
iMatrixHeight As Integer,
iMatrixMinRow As Integer,
iMatrixMaxRow As Integer,
iMatrixMinCol As Integer,
iMatrixMaxCol As Integer
) As ITileMatrix
public:
static ITileMatrix^ CreateTileMatrix(
String^ strIdentifier,
int iLevel,
double dScale,
double dMMPixel,
IPoint^ pOriginalPoint,
int iTileWidth,
int iTileHeight,
int iMatrixWidth,
int iMatrixHeight,
int iMatrixMinRow,
int iMatrixMaxRow,
int iMatrixMinCol,
int iMatrixMaxCol
)
static member CreateTileMatrix :
strIdentifier : string *
iLevel : int *
dScale : float *
dMMPixel : float *
pOriginalPoint : IPoint *
iTileWidth : int *
iTileHeight : int *
iMatrixWidth : int *
iMatrixHeight : int *
iMatrixMinRow : int *
iMatrixMaxRow : int *
iMatrixMinCol : int *
iMatrixMaxCol : int -> ITileMatrix
参数
- strIdentifier
- 类型: SystemString
标识 - iLevel
- 类型: SystemInt32
层级 - dScale
- 类型: SystemDouble
比例尺 - dMMPixel
- 类型: SystemDouble
MMPixel - pOriginalPoint
- 类型: GISShare.SMap.GeometryIPoint
原点 - iTileWidth
- 类型: SystemInt32
瓦片尺寸 Width - iTileHeight
- 类型: SystemInt32
瓦片尺寸 Height - iMatrixWidth
- 类型: SystemInt32
矩阵维数 Width - iMatrixHeight
- 类型: SystemInt32
矩阵维数 Height - iMatrixMinRow
- 类型: SystemInt32
矩阵尺寸 有效的最小行(小于0无效) - iMatrixMaxRow
- 类型: SystemInt32
矩阵尺寸 有效的最大行(小于0无效) - iMatrixMinCol
- 类型: SystemInt32
矩阵尺寸 有效的最小列(小于0无效) - iMatrixMaxCol
- 类型: SystemInt32
矩阵尺寸 有效的最大列(小于0无效)
返回值
类型:
ITileMatrix返回一个矩阵
参见