Reads a tile for the specified extent and
data. Set the raster through the context. Extent is the extent of
the tile, Data is a user-specified data for the tile (valid only if
Tiler was provided). Returns true if the operation was
successful.
| [Visual Basic .NET] |
|---|
Public Function Read( _
ByRef Extent As System.Array, _
ByVal Data As String, _
ByVal ImageWidth As Integer, _
ByVal ImageHeight As Integer, _
ByVal Context As IAgStkGraphicsPluginCustomImageGlobeOverlayContext _
) As Boolean
|
| [C#] |
|---|
public bool Read(
|
| [Managed C++] |
|---|
public: bool Read(
|
| [Java] |
|---|
public bool read(
|
| [Unmanaged C++] |
|---|
public: HRESULT Read(
|
- Extent
- Data
- ImageWidth
- ImageHeight
- Context