AGI STK Graphics Plugins 11 Send comments on this topic.
Read Method (IAgStkGraphicsPluginCustomImageGlobeOverlay)
See Also 
Extent
Data
ImageWidth
ImageHeight
Context





Description

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.

Syntax

[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(
ref 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
);

[Java]
public bool read(
Object[] Extent,
String Data,
ppInteger ImageWidth,
ppInteger ImageHeight,
IAgStkGraphicsPluginCustomImageGlobeOverlayContext Context
);

[Unmanaged C++]
public: HRESULT Read(
SAFEARRAY ** Extent,
BSTR Data,
int ImageWidth,
int ImageHeight,
IAgStkGraphicsPluginCustomImageGlobeOverlayContext * Context,
VARIANT_BOOL * ReturnValue
);

Parameters

Extent
Data
ImageWidth
ImageHeight
Context

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1