- city - Variable in class net.aksingh.java.api.owm.DailyForecastData
-
- city - Variable in class net.aksingh.java.api.owm.ForecastWeatherData
-
- cityID - Variable in class net.aksingh.java.api.owm.CurrentWeatherData
-
City code (ID)
- cityID - Variable in class net.aksingh.java.api.owm.DailyForecastData.City
-
City code (ID)
- cityID - Variable in class net.aksingh.java.api.owm.ForecastWeatherData.City
-
City code (ID)
- cityName - Variable in class net.aksingh.java.api.owm.CurrentWeatherData
-
City name
- cityName - Variable in class net.aksingh.java.api.owm.DailyForecastData.City
-
City name
- cityName - Variable in class net.aksingh.java.api.owm.ForecastWeatherData.City
-
City name
- clouds - Variable in class net.aksingh.java.api.owm.CurrentWeatherData
-
- clouds - Variable in class net.aksingh.java.api.owm.ForecastWeatherData.Forecast
-
- cloudsPercent - Variable in class net.aksingh.java.api.owm.DailyForecastData.Forecast
-
Percentage of clouds
- convertDegree2Direction(float) - Method in class net.aksingh.java.api.owm.Tools.Convertor
-
Converts degree to direction.
- coord - Variable in class net.aksingh.java.api.owm.CurrentWeatherData
-
- coord - Variable in class net.aksingh.java.api.owm.DailyForecastData.City
-
- coord - Variable in class net.aksingh.java.api.owm.ForecastWeatherData.City
-
- countryCode - Variable in class net.aksingh.java.api.owm.CurrentWeatherData.Sys
-
Country code for the city
- countryCode - Variable in class net.aksingh.java.api.owm.DailyForecastData.City
-
Country code of city
- countryCode - Variable in class net.aksingh.java.api.owm.ForecastWeatherData.City
-
Country code of city
- currentWeatherByCityCode(long) - Method in class net.aksingh.java.api.owm.OpenWeatherMap
-
- currentWeatherByCityCode(long) - Method in class net.aksingh.java.api.owm.OpenWeatherMap.OWM_Response
-
- currentWeatherByCityName(String) - Method in class net.aksingh.java.api.owm.OpenWeatherMap
-
- currentWeatherByCityName(String, String) - Method in class net.aksingh.java.api.owm.OpenWeatherMap
-
- currentWeatherByCityName(String) - Method in class net.aksingh.java.api.owm.OpenWeatherMap.OWM_Response
-
- currentWeatherByCityName(String, String) - Method in class net.aksingh.java.api.owm.OpenWeatherMap.OWM_Response
-
- currentWeatherByCoordinates(float, float) - Method in class net.aksingh.java.api.owm.OpenWeatherMap
-
- currentWeatherByCoordinates(float, float) - Method in class net.aksingh.java.api.owm.OpenWeatherMap.OWM_Response
-
- CurrentWeatherData - Class in net.aksingh.java.api.owm
-
Parses current weather data (from the JSON data) and provides methods
to get/access the information about current weather.
- CurrentWeatherData(JSONObject) - Constructor for class net.aksingh.java.api.owm.CurrentWeatherData
-
Parameterized constructor
Initializes variables from values from the given JSON object.
- CurrentWeatherData.Clouds - Class in net.aksingh.java.api.owm
-
Parses data about clouds (from the JSON data) and provides methods
to get/access the information.
- CurrentWeatherData.Clouds() - Constructor for class net.aksingh.java.api.owm.CurrentWeatherData.Clouds
-
Non-parameterized constructor
- CurrentWeatherData.Clouds(JSONObject) - Constructor for class net.aksingh.java.api.owm.CurrentWeatherData.Clouds
-
Parameterized constructor
Initializes variables from values from the given JSON object.
- CurrentWeatherData.Coord - Class in net.aksingh.java.api.owm
-
Parses data about geographic coordinates (from the JSON data)
and provides methods to get/access the information.
- CurrentWeatherData.Coord() - Constructor for class net.aksingh.java.api.owm.CurrentWeatherData.Coord
-
Non-parameterized constructor
- CurrentWeatherData.Coord(JSONObject) - Constructor for class net.aksingh.java.api.owm.CurrentWeatherData.Coord
-
Parameterized constructor
Initializes variables from values from the given JSON object.
- CurrentWeatherData.Main - Class in net.aksingh.java.api.owm
-
Parses data about main weather elements (from the JSON data) and
provides methods to get/access the information.
- CurrentWeatherData.Main() - Constructor for class net.aksingh.java.api.owm.CurrentWeatherData.Main
-
Non-parameterized constructor
- CurrentWeatherData.Main(JSONObject) - Constructor for class net.aksingh.java.api.owm.CurrentWeatherData.Main
-
Parameterized constructor
Initializes variables from values from the given JSON object.
- CurrentWeatherData.Rain - Class in net.aksingh.java.api.owm
-
Parses data about rain (from the JSON data) and provides methods
to get/access the information.
- CurrentWeatherData.Rain() - Constructor for class net.aksingh.java.api.owm.CurrentWeatherData.Rain
-
Non-parameterized constructor
- CurrentWeatherData.Rain(JSONObject) - Constructor for class net.aksingh.java.api.owm.CurrentWeatherData.Rain
-
Parameterized constructor
Initializes variables from values from the given JSON object.
- CurrentWeatherData.Sys - Class in net.aksingh.java.api.owm
-
Parses data about country, sunrise, and sunset (from the JSON data)
and provides methods to get/access the information.
- CurrentWeatherData.Sys() - Constructor for class net.aksingh.java.api.owm.CurrentWeatherData.Sys
-
Non-parameterized constructor
- CurrentWeatherData.Sys(JSONObject) - Constructor for class net.aksingh.java.api.owm.CurrentWeatherData.Sys
-
Parameterized constructor
Initializes variables from values from the given JSON object.
- CurrentWeatherData.Weather - Class in net.aksingh.java.api.owm
-
Parses data about weather code, name, etc.
- CurrentWeatherData.Weather() - Constructor for class net.aksingh.java.api.owm.CurrentWeatherData.Weather
-
Non-parameterized constructor
- CurrentWeatherData.Weather(JSONObject) - Constructor for class net.aksingh.java.api.owm.CurrentWeatherData.Weather
-
Parameterized constructor
Initializes variables from values from the given JSON object.
- CurrentWeatherData.Wind - Class in net.aksingh.java.api.owm
-
Parses data about winds (from the JSON data) and provides methods
to get/access the information.
- CurrentWeatherData.Wind() - Constructor for class net.aksingh.java.api.owm.CurrentWeatherData.Wind
-
Non-parameterized constructor
- CurrentWeatherData.Wind(JSONObject) - Constructor for class net.aksingh.java.api.owm.CurrentWeatherData.Wind
-
Parameterized constructor
Initializes variables from values from the given JSON object.
- currentWeatherFromResponse(String) - Method in class net.aksingh.java.api.owm.OpenWeatherMap
-