STK ObjectsSend 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 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.
Public Property TrackParentAltitudeWhether or not the SAR sensor tracks the altitude of the sensor's parent object.

Interfaces

Implemented Interface
IAgSnPattern

CoClasses that Implement IAgSnSARPattern

Example

Define a SAR sensor
[C#]
// Configure pattern
IAgSnSARPattern patterndata = sensor.CommonTasks.SetPatternSAR(10.0, 60.0, 40.0, 30.0, 700.0);
Define a SAR sensor
[Visual Basic .NET]
' Configure pattern
Dim patterndata As IAgSnSARPattern = sensor.CommonTasks.SetPatternSAR(10, 60, 40, 30, 700)
© 2023 Analytical Graphics, Inc. All Rights Reserved.