- convertDegree2Direction(float) - Method in class net.aksingh.java.api.owm.Tools.Convertor
-
Converts degree to direction.
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- currentWeatherFromResponse(String) - Method in class net.aksingh.java.api.owm.OpenWeatherMap
-