All Classes and Interfaces

Class
Description
WeatherForecast for the day after tomorrow
 
record
more info for NearestArea
user is forbidden to create an instance of a class; used in UtilityClass
cannot be searched for all, because return type cannot store more than one object
CouldNotFindLocation means that no weather data could be found for this location, or location name is invalid
Current weather / the latest weather data
DAYs for weather forecast
TODAY, TOMORROW, AFTER_TOMORROW, ALL;
Forecast for specific day and hour/time
inteface impletended in Today Tomorrow and AfterTomorrow
 
prints object to the console, if possible object.toString() will be printed
Information about the area where the weather measurement was performed
thrown if no data were found to the day
thrown in WeatherForecast if user calls getToday(), getTomorrow ...
thrown if no data were found to the day and time
thrown in IForecastDayTimesAndDays if no weather data found
request data
TIMES for weather forecast
AM_3, AM_6, AM_9, AM_12, PM_3, PM_6, PM_9, PM_12, ALL;
WeatherForecast for today
WeatherForecast for tommorow
Utility Class representing design pattern of the same name
Storing saved data
class for reading webpages
weather data could not be accessed, check internet connection or make sure that location is correct CouldNotFindLocation
Weather forecast for today, tomorrow, the day after tomorrow
Data can be separated into hours → 12am, 3am, 6am, 9am, 12pm, 3pm, 6pm, 9pm.
see TIME, DAY
Universal object from which you can get to more detailed objects Request, NearestArea, WeatherForecast, CurrentCondition, which lead to another even more detailed objects or class fields