AGI STK Objects 11 Send comments on this topic.
IAgSnSARPattern Interface
Windows






Windows & Linux

Description

IAgSnSARPattern Interface for the Synthetic Aperture Radar (SAR) sensor type, designed to model the field of regard of a SAR sensor with respect to the surface of the Earth.

Public Methods

Public Method SetElevationAnglesMethod to set both the min and max elevation angle. Min/Max use Angle Dimension.

Public Properties

Public Property AftExclusionAngleThe minimum angle between the aft projection of the velocity vector and the vector to the target. Uses Angle Dimension.
Public Property AngularResolutionAngular separation between points in a pattern
Public Property ForeExclusionAngleThe minimum angle between the forward projection of the velocity vector and the vector to the target. Uses Angle Dimension.
Public Property MaxElevationAngleMaximum ground elevation angle to which the SAR sensor can provide coverage. Uses Angle Dimension.
Public Property MinElevationAngleMinimum ground elevation angle to which the SAR sensor can provide coverage. Uses Angle Dimension.
Public Property ParentAltitudeThe altitude of the sensor's parent object (assumed to be constant). Uses Distance Dimension.

Example

Define a SAR sensor
[C#]Copy Code
// Configure pattern 
IAgSnSARPattern patterndata = sensor.CommonTasks.SetPatternSAR(10.060.040.030.0700.0); 
 

Define a SAR sensor
[Visual Basic .NET]Copy Code
' Configure pattern
Dim patterndata As IAgSnSARPattern = sensor.CommonTasks.SetPatternSAR(10, 60, 40, 30, 700)

CoClasses that Implement IAgSnSARPattern

© 2018 Analytical Graphics, Inc. All Rights Reserved.