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( _ ByVal 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( System.Array Extent, string Data, int ImageWidth, int ImageHeight, IAgStkGraphicsPluginCustomImageGlobeOverlayContext Context ); |
[Managed C++] |
---|
public: bool Read( System::Array ^ Extent, String __gc ^ Data, int ImageWidth, int ImageHeight, IAgStkGraphicsPluginCustomImageGlobeOverlayContext ^ Context ); |
[Unmanaged C++] |
---|
public: HRESULT Read( SAFEARRAY * * Extent, BSTR Data, int ImageWidth, int ImageHeight, IAgStkGraphicsPluginCustomImageGlobeOverlayContext * Context, VARIANT_BOOL * pRetVal ); |
[Java] |
---|
public bool read( AgSafeArray Extent, String Data, Integer ImageWidth, Integer ImageHeight, IAgStkGraphicsPluginCustomImageGlobeOverlayContext Context ); |
- Extent
- Data
- ImageWidth
- ImageHeight
- Context