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





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 SetElevationAngles Method to set both the min and max elevation angle. Min/Max use Angle Dimension.

Public Properties

Public Property AftExclusionAngle The minimum angle between the aft projection of the velocity vector and the vector to the target. Uses Angle Dimension.
Public Property AngularResolution Angular separation between points in a pattern
Public Property ForeExclusionAngle The minimum angle between the forward projection of the velocity vector and the vector to the target. Uses Angle Dimension.
Public Property MaxElevationAngle Maximum ground elevation angle to which the SAR sensor can provide coverage. Uses Angle Dimension.
Public Property MinElevationAngle Minimum ground elevation angle to which the SAR sensor can provide coverage. Uses Angle Dimension.
Public Property ParentAltitude The 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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1