- forecastList - Variable in class net.aksingh.java.api.owm.DailyForecastData
-
List of forecast information
- forecastList - Variable in class net.aksingh.java.api.owm.ForecastWeatherData
-
List of forecast information
- forecastListCount - Variable in class net.aksingh.java.api.owm.DailyForecastData
-
Count (number) of elements in list of forecast information
- forecastListCount - Variable in class net.aksingh.java.api.owm.ForecastWeatherData
-
Count (number) of elements in list of forecast information
- forecastWeatherByCityCode(long) - Method in class net.aksingh.java.api.owm.OpenWeatherMap
-
- forecastWeatherByCityCode(long) - Method in class net.aksingh.java.api.owm.OpenWeatherMap.OWM_Response
-
- forecastWeatherByCityName(String) - Method in class net.aksingh.java.api.owm.OpenWeatherMap
-
- forecastWeatherByCityName(String, String) - Method in class net.aksingh.java.api.owm.OpenWeatherMap
-
- forecastWeatherByCityName(String) - Method in class net.aksingh.java.api.owm.OpenWeatherMap.OWM_Response
-
- forecastWeatherByCityName(String, String) - Method in class net.aksingh.java.api.owm.OpenWeatherMap.OWM_Response
-
- forecastWeatherByCoordinates(float, float) - Method in class net.aksingh.java.api.owm.OpenWeatherMap
-
- forecastWeatherByCoordinates(float, float) - Method in class net.aksingh.java.api.owm.OpenWeatherMap.OWM_Response
-
- ForecastWeatherData - Class in net.aksingh.java.api.owm
-
Parses forecast weather data (from the JSON data) and provides methods
to get/access the information about forecasted weather.
- ForecastWeatherData(JSONObject) - Constructor for class net.aksingh.java.api.owm.ForecastWeatherData
-
Parameterized constructor
Initializes variables from values from the given JSON object.
- ForecastWeatherData.City - Class in net.aksingh.java.api.owm
-
Parses data about city (from the JSON data)
and provides methods to get/access the information.
- ForecastWeatherData.City() - Constructor for class net.aksingh.java.api.owm.ForecastWeatherData.City
-
Non-parameterized constructor
- ForecastWeatherData.City(JSONObject) - Constructor for class net.aksingh.java.api.owm.ForecastWeatherData.City
-
Parameterized constructor
Initializes variables from values from the given JSON object.
- ForecastWeatherData.City.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.
- ForecastWeatherData.City.Coord() - Constructor for class net.aksingh.java.api.owm.ForecastWeatherData.City.Coord
-
Non-parameterized constructor
- ForecastWeatherData.City.Coord(JSONObject) - Constructor for class net.aksingh.java.api.owm.ForecastWeatherData.City.Coord
-
Parameterized constructor
Initializes variables from values from the given JSON object.
- ForecastWeatherData.Forecast - Class in net.aksingh.java.api.owm
-
Parses data about forecasts (from the JSON data)
and provides methods to get/access the information.
- ForecastWeatherData.Forecast() - Constructor for class net.aksingh.java.api.owm.ForecastWeatherData.Forecast
-
Non-parameterized constructor
- ForecastWeatherData.Forecast(JSONObject) - Constructor for class net.aksingh.java.api.owm.ForecastWeatherData.Forecast
-
Parameterized constructor
Initializes variables from values from the given JSON object.
- ForecastWeatherData.Forecast.Clouds - Class in net.aksingh.java.api.owm
-
Parses data about clouds (from the JSON data)
and provides methods to get/access the information.
- ForecastWeatherData.Forecast.Clouds() - Constructor for class net.aksingh.java.api.owm.ForecastWeatherData.Forecast.Clouds
-
Non-parameterized constructor
- ForecastWeatherData.Forecast.Clouds(JSONObject) - Constructor for class net.aksingh.java.api.owm.ForecastWeatherData.Forecast.Clouds
-
Parameterized constructor
Initializes variables from values from the given JSON object.
- ForecastWeatherData.Forecast.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.
- ForecastWeatherData.Forecast.Main() - Constructor for class net.aksingh.java.api.owm.ForecastWeatherData.Forecast.Main
-
Non-parameterized constructor
- ForecastWeatherData.Forecast.Main(JSONObject) - Constructor for class net.aksingh.java.api.owm.ForecastWeatherData.Forecast.Main
-
Parameterized constructor
Initializes variables from values from the given JSON object.
- ForecastWeatherData.Forecast.Sys - 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.
- ForecastWeatherData.Forecast.Sys() - Constructor for class net.aksingh.java.api.owm.ForecastWeatherData.Forecast.Sys
-
Non-parameterized constructor
- ForecastWeatherData.Forecast.Sys(JSONObject) - Constructor for class net.aksingh.java.api.owm.ForecastWeatherData.Forecast.Sys
-
Parameterized constructor
Initializes variables from values from the given JSON object.
- ForecastWeatherData.Forecast.Weather - Class in net.aksingh.java.api.owm
-
Parses data about weather (from the JSON data)
and provides methods to get/access the information.
- ForecastWeatherData.Forecast.Weather() - Constructor for class net.aksingh.java.api.owm.ForecastWeatherData.Forecast.Weather
-
Non-parameterized constructor
- ForecastWeatherData.Forecast.Weather(JSONObject) - Constructor for class net.aksingh.java.api.owm.ForecastWeatherData.Forecast.Weather
-
Parameterized constructor
Initializes variables from values from the given JSON object.
- ForecastWeatherData.Forecast.Wind - Class in net.aksingh.java.api.owm
-
Parses data about wind (from the JSON data)
and provides methods to get/access the information.
- ForecastWeatherData.Forecast.Wind() - Constructor for class net.aksingh.java.api.owm.ForecastWeatherData.Forecast.Wind
-
Non-parameterized constructor
- ForecastWeatherData.Forecast.Wind(JSONObject) - Constructor for class net.aksingh.java.api.owm.ForecastWeatherData.Forecast.Wind
-
Parameterized constructor
Initializes variables from values from the given JSON object.
- forecastWeatherFromResponse(String) - Method in class net.aksingh.java.api.owm.OpenWeatherMap
-