Class ClimateForecaster.DayForecast

java.lang.Object
zombie.iso.weather.ClimateForecaster.DayForecast
Enclosing class:
ClimateForecaster

public static class ClimateForecaster.DayForecast extends Object
  • Constructor Details

    • DayForecast

      public DayForecast()
  • Method Details

    • getIndexOffset

      public int getIndexOffset()
    • getName

      public String getName()
    • getTemperature

      public ClimateForecaster.ForecastValue getTemperature()
    • getHumidity

      public ClimateForecaster.ForecastValue getHumidity()
    • getWindDirection

      public ClimateForecaster.ForecastValue getWindDirection()
    • getWindPower

      public ClimateForecaster.ForecastValue getWindPower()
    • getCloudiness

      public ClimateForecaster.ForecastValue getCloudiness()
    • getWeatherPeriod

      public WeatherPeriod getWeatherPeriod()
    • isWeatherStarts

      public boolean isWeatherStarts()
    • getWeatherStartTime

      public float getWeatherStartTime()
    • getWeatherEndTime

      public float getWeatherEndTime()
    • isChanceOnSnow

      public boolean isChanceOnSnow()
    • getAirFrontString

      public String getAirFrontString()
    • isHasFog

      public boolean isHasFog()
    • getAirFront

      public ClimateManager.AirFront getAirFront()
    • getWeatherOverlap

      public ClimateForecaster.DayForecast getWeatherOverlap()
    • getMeanWindAngleString

      public 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 ArrayList<Integer> getWeatherStages()
    • getDawn

      public float getDawn()
    • getDusk

      public float getDusk()
    • getDayLightHours

      public float getDayLightHours()