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.AirFront
getAirFront()
java.lang.String
getAirFrontString()
ClimateForecaster.ForecastValue
getCloudiness()
float
getDawn()
float
getDayLightHours()
float
getDusk()
float
getFogDuration()
float
getFogStrength()
ClimateForecaster.ForecastValue
getHumidity()
int
getIndexOffset()
java.lang.String
getMeanWindAngleString()
java.lang.String
getName()
ClimateForecaster.ForecastValue
getTemperature()
float
getWeatherEndTime()
ClimateForecaster.DayForecast
getWeatherOverlap()
WeatherPeriod
getWeatherPeriod()
java.util.ArrayList
getWeatherStages()
float
getWeatherStartTime()
ClimateForecaster.ForecastValue
getWindDirection()
ClimateForecaster.ForecastValue
getWindPower()
boolean
isChanceOnSnow()
boolean
isHasBlizzard()
boolean
isHasFog()
boolean
isHasHeavyRain()
boolean
isHasStorm()
boolean
isHasTropicalStorm()
boolean
isWeatherStarts()
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()
-