STK AgGraphicsPluginSend comments on this topic.
Project Overview

Description

The Graphics plugin interfaces.

Classes

ObjectsDescription
AgStkGraphicsPluginGlobeOverlaySiteA graphic plugin site with globe overlay cache control.
AgStkGraphicsPluginSiteA graphic plugin site.

Interfaces

ObjectsDescription
IAgStkGraphicsPluginCustomImageGlobeOverlayA base class for custom globe overlay plugins. Your class must derive from the interface to add custom globe overlays.
IAgStkGraphicsPluginCustomImageGlobeOverlayContextConfigure a custom image globe overlay. Set the extent, tiler, projection, etc.
IAgStkGraphicsPluginCustomImageGlobeOverlayDescriptionAllows a custom globe overlay plugin to provide more information about itself.
IAgStkGraphicsPluginCustomImageGlobeOverlaySerializeAllows a custom globe overlay plugin to save/load itself.
IAgStkGraphicsPluginGlobeOverlaySiteThe Graphics Plugin Site which allows access to the STK Object Model and control the overlay cache.
IAgStkGraphicsPluginProjectionStreamA projection that is updated dynamically.
IAgStkGraphicsPluginProjectionStreamContextConfigure the projection attributes, such as field of view, near plane, far plane, etc.
IAgStkGraphicsPluginRasterBitmapAn interface to set a raster from a bitmap.
IAgStkGraphicsPluginRasterDataBitsAn interface to set a raster from an array.
IAgStkGraphicsPluginRasterDataOleAutoAn interface to set a raster from a safe array.
IAgStkGraphicsPluginRasterStreamA raster that is updated dynamically.
IAgStkGraphicsPluginRasterStreamAttributesConfigure the raster stream attributes, such as the width, height, format, etc.
IAgStkGraphicsPluginRasterStreamContextProvides interfaces to set a raster.
IAgStkGraphicsPluginSiteThe Graphics Plugin Site which allows access to the STK Object Model.
IAgStkGraphicsPluginTileRepresents individual custom globe overlay tile and its properties.
IAgStkGraphicsPluginTileCollectionA collection of tiles used to get the children of a tiler.
IAgStkGraphicsPluginTilerSpecifies a cartographic tiling scheme for a custom image globe overlay.
IAgStkGraphicsPluginWithSiteThe 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.

Enumerations

EnumerationDescription
AgEStkGraphicsPluginMapProjectionThe projection of the pixel data returned from a CustomImageGlobeOverlay.
AgEStkGraphicsPluginRasterFormatCommon raster band layouts that may be contained within a raster dataset. Each pixel of the raster will contain the bands defined by the layout in the specified order. A typical color raster image will have an RGB raster format.
AgEStkGraphicsPluginRasterOrientationThe vertical orientation of the raster.
AgEStkGraphicsPluginRasterTypeThe type of data contained within each band of a raster dataset.
© 2024 Analytical Graphics, Inc. All Rights Reserved.