Package org.orekit.models.earth.weather
Interface WeatherModel
-
- All Known Implementing Classes:
GlobalPressureTemperature2Model
,GlobalPressureTemperatureModel
@Deprecated public interface WeatherModel
Deprecated.as of 12.1, replaced byPressureTemperatureHumidityProvider
Defines a surface meteorology model that can be used to compute the different weather parameters (pressure, temperature, ...).- Since:
- 9.3
- Author:
- Bryan Cazabonne
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description void
weatherParameters(double stationHeight, AbsoluteDate currentDate)
Deprecated.Calculates the weather parameters of the model.
-
-
-
Method Detail
-
weatherParameters
void weatherParameters(double stationHeight, AbsoluteDate currentDate)
Deprecated.Calculates the weather parameters of the model. In order to obtain the correct values of the parameters this method has to be call just after the construction of the model.- Parameters:
stationHeight
- the height of the station in mcurrentDate
- current date
-
-