AGI STK Objects 11 Send comments on this topic.
IAgSnProjection Interface





Description

IAgSnProjection Interface for setting and retrieving 2D Graphics Projection properties for a sensor.

Object Model


Public Methods

Public Method AvailableAltitudeObjects Returns the available altitude objects.
Public Method AvailableConstraints Returns the available constraints.
Public Method DisableConstraint Disables the constraint with the name given.
Public Method EnableConstraint Enables the constraint with the name given.
Public Method EnabledConstraints Returns the enabled constraints.

Public Properties

Public Property DisplayTimesHidesPersistance Specify whether to allow display times to affect the sensor's persistence on/off state.
Public Property DistanceData Value of the criterion used for determining the projection distance.
Public Property DistanceType The criterion used for determining the projection distance. A member of the AgESnProjectionDistanceType enumeration.
Public Property FillPersistence Specify whether to display the sensor's footprints as filled areas on the surface of the central body.
Public Property ForwardPersistence Specify whether persistence is to apply in a forward animation direction only.
Public Property IntersectionType The type of intersections to be shown. A member of the AgEIntersectionType enumeration.
Public Property Persistence Persistence time, the length of time the sensor's footprint remains visible during animation. Used to display sensor footprints for a specified period of time so that you can determine quickly and easily whether coverage requirements are being met. Uses Time Dimension
Public Property ProjectAtAltObject The altitude of the object to which the sensor is projected (if this option for setting projection distance is selected).
Public Property ShowOn2DMap Show Projection on 2D map
Public Property UseConstraints Specify whether to evaluate the effect of various constraints on visibility along all possible lines of sight within the field of view.
Public Property UseDistance Opt whether the sensor's field-of-view crossings at specified distances are to be computed and displayed in the 2D Graphics window.

Example

Sensor Persistence
[MATLAB] Copy Code
% IAgSensor sensor: Sensor object 
projection = sensor.Graphics.Projection; 
projection.Persistence = 7200;  % sec 
projection.ForwardPersistence = true; 
projection.FillPersistence = true; 
sensor.Graphics.FillVisible = true; 
sensor.Graphics.PercentTranslucency = 50; 
 
 
© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1