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

Description

Configure the projection attributes, such as field of view, near plane, far plane, etc.

Public Methods

Public Method GetOrientation Gets an orientation of the projection. The value is a one-dimensional array representing a quaternion (X, Y, Z and W).
Public Method GetPosition Gets a position of the projection in the central body's fixed reference frame. The value is a one-dimensional array with three elements representing X, Y and Z (in meters).
Public Method GetPositionInSystem Gets a position of the projection in the central body's fixed reference frame. The value is a one-dimensional array with three elements representing X, Y and Z (in meters).
Public Method GetPositionInSystemAtEpoch Gets a position of the projection in the central body's fixed reference frame. The value is a one-dimensional array with three elements representing X, Y and Z (in meters).
Public Method SetOrientation Sets a new orientation of the projection. The value is a one-dimensional array representing a quaternion (X, Y, Z and W).
Public Method SetPosition Sets a new position of the projection. The position is in the central body's fixed reference frame. The input is a one-dimensional array which contains three elements X, Y and Z that define the new position (in meters).
Public Method SetPositionInSystem Sets a new position of the projection. The position is in the central body's fixed reference frame. The input is a one-dimensional array which contains three elements X, Y and Z that define the new position (in meters).
Public Method SetPositionInSystemAtEpoch Sets a new position of the projection. The position is in the specified reference frame. The input is a one-dimensional array which contains three elements X, Y and Z that define the new position (in meters).

Public Properties

Public Property FarPlane Gets the far plane distance.
Public Property FieldOfViewHorizontal Gets the horizontal field of view.
Public Property FieldOfViewVertical Gets the vertical field of view.
Public Property NearPlane Gets the near plane distance.
Public Property UpdateDeltaInSecs Gets the update interval in seconds.
© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1