public final class AtmosphereModelItuRP835 extends Object
Modifier and Type | Method and Description |
---|---|
static ItuRP835ComputedValues |
computeAtmosphereParameters(ItuRP835Version version,
double altitude)
Compute the pressure, water vapor pressure, and temperature using the ITU-R P.835 global model.
|
static ItuRP835ComputedValues |
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.
|
@Nonnull public static ItuRP835ComputedValues computeAtmosphereParameters(@Nonnull ItuRP835Version version, double altitude, @Nonnull JulianDate date, double latitude)
version
- An enumeration specifying the version of the ITU model.altitude
- The altitude for which to compute the pressure, water vapor pressure, and temperature.date
- The time at which to compute.latitude
- The latitude at which to compute.ItuRP835ComputedValues
structure containing the computed pressure, water vapor pressure, and temperature for the given altitude.@Nonnull public static ItuRP835ComputedValues computeAtmosphereParameters(@Nonnull ItuRP835Version version, double altitude)
version
- An enumeration specifying the version of the ITU model.altitude
- The altitude for which to compute the pressure, water vapor pressure, and temperature.ItuRP835ComputedValues
structure containing the computed pressure, water vapor pressure, and temperature for the given altitude.