Package | Description |
---|---|
agi.foundation.radar |
Contains types that perform radar system performance analysis.
|
Modifier and Type | Method and Description |
---|---|
static SwerlingTargetModel |
SwerlingTargetModel.getDefault()
Get the enum constant that is considered to be the default.
|
static SwerlingTargetModel |
SwerlingTargetModel.getFromValue(int value)
Get the enum constant that is associated with the given numeric value.
|
SwerlingTargetModel |
SignalSwerlingTargetModel.getSwerlingTargetModel()
Gets the radar cross section Swerling target model.
|
static SwerlingTargetModel |
SwerlingTargetModel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SwerlingTargetModel[] |
SwerlingTargetModel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
SignalSwerlingTargetModel(SwerlingTargetModel swerlingTargetModel)
Initializes a new instance.
|