AGI STK Graphics 11 Send comments on this topic.
IAgStkGraphicsProjectedRasterOverlay Interface

Description

A Globe Image Overlay which projects a Raster onto the terrain or surface of the Central Body. You can also enable projection onto models by setting ProjectedRasterModelProjection to true for a Scene. The Projected Raster Overlay can also be used with RasterStream and ProjectionStream to stream video and other raster data to a projection that moves with time.

Object Model



Public Properties

Public Property BorderColor Gets or sets the color of the Projection's border.
Public Property BorderTranslucency Gets or sets the translucency of the Projection's border.
Public Property BorderWidth Gets or sets the width of the Projection's border.
Public Property Color Gets or sets the color of the projected Raster.
Public Property Directions Gets the direction vectors in the central body's fixed reference frame that define the Projection's frustum. The collection contains the direction vector down the center of the projection, and the bottom left, bottom right, upper right, and upper left corner direction vectors, in that order. If no direction can be calculated, Cartesian.Zero is returned. Each vector is represented in the array as its individual components in the order x, y, z.
Public Property FarPlaneColor Gets or sets the color of the Projection's far plane.
Public Property FarPlaneTranslucency Gets or sets the translucency of the Projection's far plane.
Public Property FrustumColor Gets or sets the color of the Projection's frustum.
Public Property FrustumTranslucency Gets or sets the translucency of the Projection's frustum.
Public Property Projection Gets or sets the Projection that projects the raster.
Public Property Raster Gets or sets the Raster that is projected.
Public Property ShadowColor Gets or sets the color of the Projection's shadow.
Public Property ShadowTranslucency Gets or sets the translucency of the Projection's shadow.
Public Property ShowFarPlane Gets or sets whether to show the far plane of the Projection. If this is set to true, you will see the projected Raster even when it does not intersect terrain.
Public Property ShowFrustum Gets or sets whether to show the frustum of the Projection.
Public Property ShowShadows Gets or sets whether to show shadows or not. When set to true, the Raster will only be projected onto parts of the terrain visible from the Projection's position. When false, the Raster will project onto any terrain inside the Projection's view frustum. Shadows are more realistic, but are slower to render.
Public Property Supported Gets whether or not the video card supports the Projected Raster Overlay.
Public Property TransparentColor Gets or sets the Color that will become transparent.
Public Property UseTransparentColor Gets or sets whether Transparent Color should be used.

See Also

CoClasses that Implement IAgStkGraphicsProjectedRasterOverlay

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1