Class | Description |
---|---|
AbstractForecast |
Provides default behaviours and implementations for:
1.
|
AbstractForecast.City |
Provides default behaviours for City
|
AbstractForecast.City.Coord | |
AbstractForecast.Forecast |
Parses forecast data (one element in the forecastList) and provides methods to get/access the same information.
|
AbstractWeather |
Provides default behaviours and implementations for:
1.
|
AbstractWeather.Clouds |
Provides default behaviours for Cloud
|
AbstractWeather.Coord |
Provides default behaviours for Coord, i.e., coordinates.
|
AbstractWeather.Main |
Provides default behaviours for Main, i.e., main weather elements like temperature, humidity, etc.
|
AbstractWeather.Weather |
Parses weather data and provides methods to get/access the same information.
|
AbstractWeather.Wind |
Provides default behaviours for Wind.
|
CurrentWeather |
Parses current weather data and provides methods to get/access the same information.
|
CurrentWeather.Clouds |
Parses clouds data and provides methods to get/access the same information.
|
CurrentWeather.Coord |
Parses coordination data and provides methods to get/access the same information.
|
CurrentWeather.Main |
Parses main data and provides methods to get/access the same information.
|
CurrentWeather.Rain |
Parses rain data and provides methods to get/access the same information.
|
CurrentWeather.Sys |
Parses sys data and provides methods to get/access the same information.
|
CurrentWeather.Wind |
Parses wind data and provides methods to get/access the same information.
|
DailyForecast |
Parses daily forecast data and provides methods to get/access the same information.
|
DailyForecast.Forecast |
Parses forecast data (one element in the forecastList) and provides methods to get/access the same information.
|
DailyForecast.Forecast.Temperature |
Parses temperature data and provides methods to get/access the same information.
|
HourlyForecast |
Parses hourly forecast data and provides methods to get/access the same information.
|
HourlyForecast.Forecast |
Parses forecast data (one element in the forecastList) and provides methods to get/access the same information.
|
HourlyForecast.Forecast.Clouds |
Parses clouds data and provides methods to get/access the same information.
|
HourlyForecast.Forecast.Main |
Parses main data and provides methods to get/access the same information.
|
HourlyForecast.Forecast.Sys |
Parses sys data and provides methods to get/access the same information.
|
HourlyForecast.Forecast.Wind |
Parses wind data and provides methods to get/access the same information.
|
OpenWeatherMap |
The starting point for all API operations.
If you're new to this API, read the docs for this class first.
|
OpenWeatherMap.OWMAddress |
Generates addresses for accessing the information from OWM.org
|
Tools |
Provides methods for conversions, etc.
|
Enum | Description |
---|---|
OpenWeatherMap.Language |
Languages that can be set for getting data from OWM.org
|
OpenWeatherMap.Units |
Units that can be set for getting data from OWM.org
|