Package | Description |
---|---|
agi.foundation.communications.signalpropagation |
Contains types for propagating electromagnetic signals along communication links.
|
Modifier and Type | Method and Description |
---|---|
static ItuRP835Version |
ItuRP835Version.getDefault()
Get the enum constant that is considered to be the default.
|
static ItuRP835Version |
ItuRP835Version.getFromValue(int value)
Get the enum constant that is associated with the given numeric value.
|
static ItuRP835Version |
ItuRP835Version.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ItuRP835Version[] |
ItuRP835Version.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static ItuRP835ComputedValues |
AtmosphereModelItuRP835.computeAtmosphereParameters(ItuRP835Version version,
double altitude)
Compute the pressure, water vapor pressure, and temperature using the ITU-R P.835 global model.
|
static ItuRP835ComputedValues |
AtmosphereModelItuRP835.computeAtmosphereParameters(ItuRP835Version version,
double altitude,
JulianDate date,
double latitude)
Compute the pressure, water vapor pressure, and temperature using the ITU-R P.835 seasonal/regional model.
|