| Objects | Description |
|---|
| IAgStkGraphicsPluginCustomImageGlobeOverlay | A base class for custom globe overlay plugins. Your class must derive from the interface to add custom globe overlays. |
| IAgStkGraphicsPluginCustomImageGlobeOverlayContext | Configure a custom image globe overlay. Set the extent, tiler, projection, etc. |
| IAgStkGraphicsPluginCustomImageGlobeOverlayDescription | Allows a custom globe overlay plugin to provide more information about itself. |
| IAgStkGraphicsPluginCustomImageGlobeOverlaySerialize | Allows a custom globe overlay plugin to save/load itself. |
| IAgStkGraphicsPluginGlobeOverlaySite | The Graphics Plugin Site which allows access to the STK Object Model and control the overlay cache. |
| IAgStkGraphicsPluginProjectionStream | A projection that is updated dynamically. |
| IAgStkGraphicsPluginProjectionStreamContext | Configure the projection attributes, such as field of view, near plane, far plane, etc. |
| IAgStkGraphicsPluginRasterBitmap | An interface to set a raster from a bitmap. |
| IAgStkGraphicsPluginRasterDataBits | An interface to set a raster from an array. |
| IAgStkGraphicsPluginRasterDataOleAuto | An interface to set a raster from a safe array. |
| IAgStkGraphicsPluginRasterStream | A raster that is updated dynamically. |
| IAgStkGraphicsPluginRasterStreamAttributes | Configure the raster stream attributes, such as the width, height, format, etc. |
| IAgStkGraphicsPluginRasterStreamContext | Provides interfaces to set a raster. |
| IAgStkGraphicsPluginSite | The Graphics Plugin Site which allows access to the STK Object Model. |
| IAgStkGraphicsPluginTile | Represents individual custom globe overlay tile and its properties. |
| IAgStkGraphicsPluginTileCollection | A collection of tiles used to get the children of a tiler. |
| IAgStkGraphicsPluginTiler | Specifies a cartographic tiling scheme for a custom image globe overlay. |
| IAgStkGraphicsPluginWithSite | The interface provides a mechanism for the plugin to communicate with the container using the specified site object. The Site allows getting to the STK Object Model. |