AGI STK Graphics Plugins 11 Send comments on this topic.
IAgStkGraphicsPluginCustomImageGlobeOverlay Interface

Description

A base class for custom globe overlay plugins. Your class must derive from the interface to add custom globe overlays.

Public Methods

Public Method GetURI Gets the URI, if applicable.
Public Method OnInitialize Called automatically when imagery is being added to the globe. Use the Context object to initialize the imagery extents, specify a Tiler object, projection, translucency, etc. The Scene is the scene the imagery is being added to.
Public Method OnUninitialize Called automatically when imagery is being removed from the globe. The Scene is the scene the imagery is being removed from.
Public Method Read 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.
© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1