Class | Description |
---|---|
AbstractWeatherData |
This class provides default implementations for
CurrentWeatherData and
ForecastWeatherData classes. |
AbstractWeatherData.Clouds |
This class provides default implementations for
Clouds . |
AbstractWeatherData.Coord |
This class provides default implementations for
Coord . |
AbstractWeatherData.Main |
This class provides default implementations for
Main . |
AbstractWeatherData.Weather |
This class provides default implementations for
Weather . |
AbstractWeatherData.Wind |
This class provides default implementations for
Wind . |
CurrentWeatherData |
Parses current weather data (from the JSON data) and provides methods to
get/access the information about current weather.
|
CurrentWeatherData.Clouds |
Parses data about clouds (from the JSON data) and provides methods to
get/access the information.
|
CurrentWeatherData.Coord |
Parses data about geographic coordinates (from the JSON data) and
provides methods to get/access the information.
|
CurrentWeatherData.Main |
Parses data about main weather elements (from the JSON data) and provides
methods to get/access the information.
|
CurrentWeatherData.Rain |
Parses data about rain (from the JSON data) and provides methods to
get/access the information.
|
CurrentWeatherData.Sys |
Parses data about country, sunrise, and sunset (from the JSON data) and
provides methods to get/access the information.
|
CurrentWeatherData.Weather |
Parses data about weather code, name, etc.
|
CurrentWeatherData.Wind |
Parses data about winds (from the JSON data) and provides methods to
get/access the information.
|
DailyForecastData |
Parses daily forecast data (from the JSON data) and provides methods to
get/access the information about daily forecasted weather.
|
DailyForecastData.City |
Parses data about city (from the JSON data) and provides methods to
get/access the information.
|
DailyForecastData.City.Coord |
Parses data about geographic coordinates (from the JSON data) and
provides methods to get/access the information.
|
DailyForecastData.Forecast |
Parses data about forecasts (from the JSON data) and provides methods to
get/access the information.
|
DailyForecastData.Forecast.Temperature |
Parses data about temperature (from the JSON data) and provides
methods to get/access the information.
|
DailyForecastData.Forecast.Weather |
Parses data about weather (from the JSON data) and provides methods
to get/access the information.
|
ForecastWeatherData |
Parses forecast weather data (from the JSON data) and provides methods to
get/access the information about forecasted weather.
|
ForecastWeatherData.City |
Parses data about city (from the JSON data) and provides methods to
get/access the information.
|
ForecastWeatherData.City.Coord |
Parses data about geographic coordinates (from the JSON data) and
provides methods to get/access the information.
|
ForecastWeatherData.Forecast |
Parses data about forecasts (from the JSON data) and provides methods to
get/access the information.
|
ForecastWeatherData.Forecast.Clouds |
Parses data about clouds (from the JSON data) and provides methods to
get/access the information.
|
ForecastWeatherData.Forecast.Main |
Parses data about main weather elements (from the JSON data) and
provides methods to get/access the information.
|
ForecastWeatherData.Forecast.Sys |
Parses data about main weather elements (from the JSON data) and
provides methods to get/access the information.
|
ForecastWeatherData.Forecast.Weather |
Parses data about weather (from the JSON data) and provides methods
to get/access the information.
|
ForecastWeatherData.Forecast.Wind |
Parses data about wind (from the JSON data) and provides methods to
get/access the information.
|
OpenWeatherMap |
Provides methods to get weather, forecast, and other data from
OpenWeatherMap.org
|
OpenWeatherMap.OWM_Response | |
Tools |
Provides various tools, which help doing tasks in this application.
|
Tools.Convertor |
Provides methods to do conversions.
|
Tools.Downloader |
Provides methods to download data or files from the Internet.
|
Enum | Description |
---|---|
OpenWeatherMap.OWM_URL |