Package | Description |
---|---|
agi.foundation.communications.signalpropagation |
Contains types for propagating electromagnetic signals along communication links.
|
Modifier and Type | Class and Description |
---|---|
class |
HufnagelValleyRefractiveIndexStructureParameterModel
Represents the Hufnagel-Valley (H-V) model for the refractive index structure parameter.
|
Modifier and Type | Method and Description |
---|---|
protected abstract boolean |
RefractiveIndexStructureParameterModel.checkForSameDefinition(RefractiveIndexStructureParameterModel other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
protected boolean |
HufnagelValleyRefractiveIndexStructureParameterModel.checkForSameDefinition(RefractiveIndexStructureParameterModel other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
Constructor and Description |
---|
RefractiveIndexStructureParameterModel(RefractiveIndexStructureParameterModel existingInstance,
CopyContext context)
Initializes a new instance as a copy of an existing instance.
|
TropoScintAttenuationModelItuRP1814(double maximumAltitude,
RefractiveIndexStructureParameterModel refractiveIndexStructureParameterModel)
Initializes a new instance with a given maximum altitude and refractive index structure parameter model.
|
TropoScintAttenuationModelItuRP1814(double maximumAltitude,
RefractiveIndexStructureParameterModel refractiveIndexStructureParameterModel,
CentralBody centralBody)
Initializes a new instance with a given maximum altitude, refractive index structure parameter model, and central
body.
|