Package aero.t2s.modes
Class Meteo
java.lang.Object
aero.t2s.modes.Meteo
public class Meteo
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description Meteo() -
Method Summary
Modifier and Type Method Description intgetAverageStaticPressure()doublegetHumidity()HazardgetIcing()HazardgetMicroBurst()intgetRadioHeight()doublegetStaticAirTemperature()HazardgetTurbulence()HazardgetWake()doublegetWindDirection()HazardgetWindShear()intgetWindSpeed()MeteosetAverageStaticPressure(int averageStaticPressure)MeteosetHumidity(double humidity)MeteosetIcing(Hazard icing)MeteosetMicroBurst(Hazard microBurst)MeteosetRadioHeight(int radioHeight)MeteosetStaticAirTemperature(double staticAirTemperature)MeteosetTurbulence(Hazard turbulence)MeteosetWake(Hazard wake)MeteosetWindDirection(double windDirection)MeteosetWindShear(Hazard windShear)MeteosetWindSpeed(int windSpeed)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Meteo
public Meteo()
-
-
Method Details
-
getTurbulence
-
setTurbulence
-
getWindShear
-
setWindShear
-
getMicroBurst
-
setMicroBurst
-
getIcing
-
setIcing
-
getWake
-
setWake
-
getStaticAirTemperature
public double getStaticAirTemperature() -
setStaticAirTemperature
-
getAverageStaticPressure
public int getAverageStaticPressure() -
setAverageStaticPressure
-
getRadioHeight
public int getRadioHeight() -
setRadioHeight
-
getHumidity
public double getHumidity() -
setHumidity
-
getWindSpeed
public int getWindSpeed() -
setWindSpeed
-
getWindDirection
public double getWindDirection() -
setWindDirection
-