This document is archived and information here might be outdated. Recommended version. |
Gets a rasterized data tile for the given globe tesselation coordinates.
[Visual Basic .NET]
Public Sub GetTile ( _
ByVal tilesize As Integer, _
ByVal face As Integer, _
ByVal level As Integer, _
ByVal row As Integer, _
ByVal col As Integer, _
ByRef pData As Byte[]& _
)
[C#]
public void GetTile (
int tilesize,
int face,
int level,
int row,
int col,
ref Byte[]& pData
);
[C++]
HRESULT GetTile(
Long tilesize,
Long face,
Long level,
Long row,
Long col,
SAFEARRAY(System.Byte)* pData
);
[C++] Parameters tilesize [in]
tilesize is a parameter of type int face [in]
face is a parameter of type int level [in]
level is a parameter of type int row [in]
row is a parameter of type int col [in]
col is a parameter of type int pData [out]
pData is a parameter of type SAFEARRAY(unsigned char)*