Package zombie.iso.weather
Class ClimateForecaster.DayForecast
java.lang.Object
zombie.iso.weather.ClimateForecaster.DayForecast
- Enclosing class:
- ClimateForecaster
public static class ClimateForecaster.DayForecast
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description DayForecast() -
Method Summary
Modifier and Type Method Description ClimateManager.AirFrontgetAirFront()java.lang.StringgetAirFrontString()ClimateForecaster.ForecastValuegetCloudiness()floatgetDawn()floatgetDayLightHours()floatgetDusk()floatgetFogDuration()floatgetFogStrength()ClimateForecaster.ForecastValuegetHumidity()intgetIndexOffset()java.lang.StringgetMeanWindAngleString()java.lang.StringgetName()ClimateForecaster.ForecastValuegetTemperature()floatgetWeatherEndTime()ClimateForecaster.DayForecastgetWeatherOverlap()WeatherPeriodgetWeatherPeriod()java.util.ArrayListgetWeatherStages()floatgetWeatherStartTime()ClimateForecaster.ForecastValuegetWindDirection()ClimateForecaster.ForecastValuegetWindPower()booleanisChanceOnSnow()booleanisHasBlizzard()booleanisHasFog()booleanisHasHeavyRain()booleanisHasStorm()booleanisHasTropicalStorm()booleanisWeatherStarts()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
DayForecast
public DayForecast()
-
-
Method Details
-
getIndexOffset
public int getIndexOffset() -
getName
public java.lang.String getName() -
getTemperature
-
getHumidity
-
getWindDirection
-
getWindPower
-
getCloudiness
-
getWeatherPeriod
-
isWeatherStarts
public boolean isWeatherStarts() -
getWeatherStartTime
public float getWeatherStartTime() -
getWeatherEndTime
public float getWeatherEndTime() -
isChanceOnSnow
public boolean isChanceOnSnow() -
getAirFrontString
public java.lang.String getAirFrontString() -
isHasFog
public boolean isHasFog() -
getAirFront
-
getWeatherOverlap
-
getMeanWindAngleString
public java.lang.String getMeanWindAngleString() -
getFogStrength
public float getFogStrength() -
getFogDuration
public float getFogDuration() -
isHasHeavyRain
public boolean isHasHeavyRain() -
isHasStorm
public boolean isHasStorm() -
isHasTropicalStorm
public boolean isHasTropicalStorm() -
isHasBlizzard
public boolean isHasBlizzard() -
getWeatherStages
public java.util.ArrayList getWeatherStages() -
getDawn
public float getDawn() -
getDusk
public float getDusk() -
getDayLightHours
public float getDayLightHours()
-