A C D G H J N O S T V 

A

AbstractForecast - Class in net.aksingh.owmjapis
Provides default behaviours and implementations for: 1.
AbstractForecast.City - Class in net.aksingh.owmjapis
Provides default behaviours for City
AbstractForecast.City.Coord - Class in net.aksingh.owmjapis
 
AbstractForecast.Forecast - Class in net.aksingh.owmjapis
Parses forecast data (one element in the forecastList) and provides methods to get/access the same information.
AbstractWeather - Class in net.aksingh.owmjapis
Provides default behaviours and implementations for: 1.
AbstractWeather.Clouds - Class in net.aksingh.owmjapis
Provides default behaviours for Cloud
AbstractWeather.Coord - Class in net.aksingh.owmjapis
Provides default behaviours for Coord, i.e., coordinates.
AbstractWeather.Main - Class in net.aksingh.owmjapis
Provides default behaviours for Main, i.e., main weather elements like temperature, humidity, etc.
AbstractWeather.Weather - Class in net.aksingh.owmjapis
Parses weather data and provides methods to get/access the same information.
AbstractWeather.Wind - Class in net.aksingh.owmjapis
Provides default behaviours for Wind.

C

convertDegree2Direction(float) - Method in class net.aksingh.owmjapis.Tools
Converts degree to direction.
CurrentWeather - Class in net.aksingh.owmjapis
Parses current weather data and provides methods to get/access the same information.
CurrentWeather.Clouds - Class in net.aksingh.owmjapis
Parses clouds data and provides methods to get/access the same information.
CurrentWeather.Coord - Class in net.aksingh.owmjapis
Parses coordination data and provides methods to get/access the same information.
CurrentWeather.Main - Class in net.aksingh.owmjapis
Parses main data and provides methods to get/access the same information.
CurrentWeather.Rain - Class in net.aksingh.owmjapis
Parses rain data and provides methods to get/access the same information.
CurrentWeather.Sys - Class in net.aksingh.owmjapis
Parses sys data and provides methods to get/access the same information.
CurrentWeather.Wind - Class in net.aksingh.owmjapis
Parses wind data and provides methods to get/access the same information.
currentWeatherByCityCode(long) - Method in class net.aksingh.owmjapis.OpenWeatherMap
 
currentWeatherByCityCode(long) - Method in class net.aksingh.owmjapis.OpenWeatherMap.OWMAddress
 
currentWeatherByCityName(String) - Method in class net.aksingh.owmjapis.OpenWeatherMap
 
currentWeatherByCityName(String, String) - Method in class net.aksingh.owmjapis.OpenWeatherMap
 
currentWeatherByCityName(String) - Method in class net.aksingh.owmjapis.OpenWeatherMap.OWMAddress
 
currentWeatherByCityName(String, String) - Method in class net.aksingh.owmjapis.OpenWeatherMap.OWMAddress
 
currentWeatherByCoordinates(float, float) - Method in class net.aksingh.owmjapis.OpenWeatherMap
 
currentWeatherByCoordinates(float, float) - Method in class net.aksingh.owmjapis.OpenWeatherMap.OWMAddress
 
currentWeatherFromRawResponse(String) - Method in class net.aksingh.owmjapis.OpenWeatherMap
 

D

DailyForecast - Class in net.aksingh.owmjapis
Parses daily forecast data and provides methods to get/access the same information.
DailyForecast.Forecast - Class in net.aksingh.owmjapis
Parses forecast data (one element in the forecastList) and provides methods to get/access the same information.
DailyForecast.Forecast.Temperature - Class in net.aksingh.owmjapis
Parses temperature data and provides methods to get/access the same information.
dailyForecastByCityCode(long, byte) - Method in class net.aksingh.owmjapis.OpenWeatherMap
 
dailyForecastByCityCode(long, byte) - Method in class net.aksingh.owmjapis.OpenWeatherMap.OWMAddress
 
dailyForecastByCityName(String, byte) - Method in class net.aksingh.owmjapis.OpenWeatherMap
 
dailyForecastByCityName(String, String, byte) - Method in class net.aksingh.owmjapis.OpenWeatherMap
 
dailyForecastByCityName(String, byte) - Method in class net.aksingh.owmjapis.OpenWeatherMap.OWMAddress
 
dailyForecastByCityName(String, String, byte) - Method in class net.aksingh.owmjapis.OpenWeatherMap.OWMAddress
 
dailyForecastByCoordinates(float, float, byte) - Method in class net.aksingh.owmjapis.OpenWeatherMap
 
dailyForecastByCoordinates(float, float, byte) - Method in class net.aksingh.owmjapis.OpenWeatherMap.OWMAddress
 
dailyForecastFromRawResponse(String) - Method in class net.aksingh.owmjapis.OpenWeatherMap
 

G

getApiKey() - Method in class net.aksingh.owmjapis.OpenWeatherMap
 
getBaseStation() - Method in class net.aksingh.owmjapis.CurrentWeather
 
getCityCode() - Method in class net.aksingh.owmjapis.AbstractForecast.City
 
getCityCode() - Method in class net.aksingh.owmjapis.CurrentWeather
 
getCityInstance() - Method in class net.aksingh.owmjapis.AbstractForecast
 
getCityName() - Method in class net.aksingh.owmjapis.AbstractForecast.City
 
getCityName() - Method in class net.aksingh.owmjapis.CurrentWeather
 
getCityPopulation() - Method in class net.aksingh.owmjapis.AbstractForecast.City
 
getCloudsInstance() - Method in class net.aksingh.owmjapis.CurrentWeather
 
getCloudsInstance() - Method in class net.aksingh.owmjapis.HourlyForecast.Forecast
 
getCoordInstance() - Method in class net.aksingh.owmjapis.AbstractForecast.City
 
getCoordInstance() - Method in class net.aksingh.owmjapis.CurrentWeather
 
getCountryCode() - Method in class net.aksingh.owmjapis.AbstractForecast.City
 
getCountryCode() - Method in class net.aksingh.owmjapis.CurrentWeather.Sys
 
getDateTime() - Method in class net.aksingh.owmjapis.AbstractWeather
 
getDateTimeText() - Method in class net.aksingh.owmjapis.HourlyForecast.Forecast
 
getDayTemperature() - Method in class net.aksingh.owmjapis.DailyForecast.Forecast.Temperature
 
getEveningTemperature() - Method in class net.aksingh.owmjapis.DailyForecast.Forecast.Temperature
 
getForecastCount() - Method in class net.aksingh.owmjapis.AbstractForecast
 
getForecastInstance(int) - Method in class net.aksingh.owmjapis.DailyForecast
 
getForecastInstance(int) - Method in class net.aksingh.owmjapis.HourlyForecast
 
getGroundLevel() - Method in class net.aksingh.owmjapis.HourlyForecast.Forecast.Main
 
getHumidity() - Method in class net.aksingh.owmjapis.AbstractWeather.Main
 
getHumidity() - Method in class net.aksingh.owmjapis.DailyForecast.Forecast
 
getId() - Method in class net.aksingh.owmjapis.CurrentWeather.Sys
 
getLang() - Method in class net.aksingh.owmjapis.OpenWeatherMap
 
getLatitude() - Method in class net.aksingh.owmjapis.AbstractWeather.Coord
 
getLongitude() - Method in class net.aksingh.owmjapis.AbstractWeather.Coord
 
getMainInstance() - Method in class net.aksingh.owmjapis.CurrentWeather
 
getMainInstance() - Method in class net.aksingh.owmjapis.HourlyForecast.Forecast
 
getMaximumTemperature() - Method in class net.aksingh.owmjapis.DailyForecast.Forecast.Temperature
 
getMaxTemperature() - Method in class net.aksingh.owmjapis.AbstractWeather.Main
 
getMessage() - Method in class net.aksingh.owmjapis.AbstractForecast
 
getMessage() - Method in class net.aksingh.owmjapis.CurrentWeather.Sys
 
getMinimumTemperature() - Method in class net.aksingh.owmjapis.DailyForecast.Forecast.Temperature
 
getMinTemperature() - Method in class net.aksingh.owmjapis.AbstractWeather.Main
 
getMode() - Method in class net.aksingh.owmjapis.OpenWeatherMap
 
getMorningTemperature() - Method in class net.aksingh.owmjapis.DailyForecast.Forecast.Temperature
 
getNightTemperature() - Method in class net.aksingh.owmjapis.DailyForecast.Forecast.Temperature
 
getOwmAddressInstance() - Method in class net.aksingh.owmjapis.OpenWeatherMap
 
getPercentageOfClouds() - Method in class net.aksingh.owmjapis.AbstractWeather.Clouds
 
getPercentageOfClouds() - Method in class net.aksingh.owmjapis.DailyForecast.Forecast
 
getPod() - Method in class net.aksingh.owmjapis.HourlyForecast.Forecast.Sys
 
getPressure() - Method in class net.aksingh.owmjapis.AbstractWeather.Main
 
getPressure() - Method in class net.aksingh.owmjapis.DailyForecast.Forecast
 
getRain() - Method in class net.aksingh.owmjapis.CurrentWeather.Rain
 
getRain() - Method in class net.aksingh.owmjapis.DailyForecast.Forecast
 
getRainInstance() - Method in class net.aksingh.owmjapis.CurrentWeather
 
getSeaLevel() - Method in class net.aksingh.owmjapis.HourlyForecast.Forecast.Main
 
getSnow() - Method in class net.aksingh.owmjapis.DailyForecast.Forecast
 
getSunriseTime() - Method in class net.aksingh.owmjapis.CurrentWeather.Sys
 
getSunsetTime() - Method in class net.aksingh.owmjapis.CurrentWeather.Sys
 
getSysInstance() - Method in class net.aksingh.owmjapis.CurrentWeather
 
getSysInstance() - Method in class net.aksingh.owmjapis.HourlyForecast.Forecast
 
getTemperature() - Method in class net.aksingh.owmjapis.AbstractWeather.Main
 
getTemperatureInstance() - Method in class net.aksingh.owmjapis.DailyForecast.Forecast
 
getTempKF() - Method in class net.aksingh.owmjapis.HourlyForecast.Forecast.Main
 
getType() - Method in class net.aksingh.owmjapis.CurrentWeather.Sys
 
getUnits() - Method in class net.aksingh.owmjapis.OpenWeatherMap
 
getWeatherCode() - Method in class net.aksingh.owmjapis.AbstractWeather.Weather
 
getWeatherCount() - Method in class net.aksingh.owmjapis.AbstractWeather
 
getWeatherDescription() - Method in class net.aksingh.owmjapis.AbstractWeather.Weather
 
getWeatherIconName() - Method in class net.aksingh.owmjapis.AbstractWeather.Weather
 
getWeatherInstance(int) - Method in class net.aksingh.owmjapis.AbstractWeather
 
getWeatherName() - Method in class net.aksingh.owmjapis.AbstractWeather.Weather
 
getWindDegree() - Method in class net.aksingh.owmjapis.AbstractWeather.Wind
 
getWindDegree() - Method in class net.aksingh.owmjapis.DailyForecast.Forecast
 
getWindGust() - Method in class net.aksingh.owmjapis.CurrentWeather.Wind
 
getWindInstance() - Method in class net.aksingh.owmjapis.CurrentWeather
 
getWindInstance() - Method in class net.aksingh.owmjapis.HourlyForecast.Forecast
 
getWindSpeed() - Method in class net.aksingh.owmjapis.AbstractWeather.Wind
 
getWindSpeed() - Method in class net.aksingh.owmjapis.DailyForecast.Forecast
 

H

hasBaseStation() - Method in class net.aksingh.owmjapis.CurrentWeather
 
hasCityCode() - Method in class net.aksingh.owmjapis.AbstractForecast.City
 
hasCityCode() - Method in class net.aksingh.owmjapis.CurrentWeather
 
hasCityInstance() - Method in class net.aksingh.owmjapis.AbstractForecast
 
hasCityName() - Method in class net.aksingh.owmjapis.AbstractForecast.City
 
hasCityName() - Method in class net.aksingh.owmjapis.CurrentWeather
 
hasCityPopulation() - Method in class net.aksingh.owmjapis.AbstractForecast.City
 
hasCloudsInstance() - Method in class net.aksingh.owmjapis.CurrentWeather
 
hasCloudsInstance() - Method in class net.aksingh.owmjapis.HourlyForecast.Forecast
 
hasCoordInstance() - Method in class net.aksingh.owmjapis.AbstractForecast.City
 
hasCoordInstance() - Method in class net.aksingh.owmjapis.CurrentWeather
 
hasCountryCode() - Method in class net.aksingh.owmjapis.AbstractForecast.City
 
hasCountryCode() - Method in class net.aksingh.owmjapis.CurrentWeather.Sys
 
hasDateTime() - Method in class net.aksingh.owmjapis.AbstractWeather
 
hasDateTimeText() - Method in class net.aksingh.owmjapis.HourlyForecast.Forecast
 
hasDayTemperature() - Method in class net.aksingh.owmjapis.DailyForecast.Forecast.Temperature
 
hasEveningTemperature() - Method in class net.aksingh.owmjapis.DailyForecast.Forecast.Temperature
 
hasForecastCount() - Method in class net.aksingh.owmjapis.AbstractForecast
 
hasGroundLevel() - Method in class net.aksingh.owmjapis.HourlyForecast.Forecast.Main
 
hasHumidity() - Method in class net.aksingh.owmjapis.AbstractWeather.Main
Tells if humidity of the city is available or not.
hasHumidity() - Method in class net.aksingh.owmjapis.DailyForecast.Forecast
 
hasId() - Method in class net.aksingh.owmjapis.CurrentWeather.Sys
 
hasLatitude() - Method in class net.aksingh.owmjapis.AbstractWeather.Coord
Tells if the latitude of the city is available or not.
hasLongitude() - Method in class net.aksingh.owmjapis.AbstractWeather.Coord
Tells if the longitude of the city is available or not.
hasMainInstance() - Method in class net.aksingh.owmjapis.CurrentWeather
 
hasMainInstance() - Method in class net.aksingh.owmjapis.HourlyForecast.Forecast
 
hasMaximumTemperature() - Method in class net.aksingh.owmjapis.DailyForecast.Forecast.Temperature
 
hasMaxTemperature() - Method in class net.aksingh.owmjapis.AbstractWeather.Main
Tells if the maximum temperature of the city is available or not.
hasMessage() - Method in class net.aksingh.owmjapis.AbstractForecast
 
hasMessage() - Method in class net.aksingh.owmjapis.CurrentWeather.Sys
 
hasMinimumTemperature() - Method in class net.aksingh.owmjapis.DailyForecast.Forecast.Temperature
 
hasMinTemperature() - Method in class net.aksingh.owmjapis.AbstractWeather.Main
Tells if the minimum temperature of the city is available or not.
hasMorningTemperature() - Method in class net.aksingh.owmjapis.DailyForecast.Forecast.Temperature
 
hasNightTemperature() - Method in class net.aksingh.owmjapis.DailyForecast.Forecast.Temperature
 
hasPercentageOfClouds() - Method in class net.aksingh.owmjapis.AbstractWeather.Clouds
Tells if percentage of clouds is available or not.
hasPercentageOfClouds() - Method in class net.aksingh.owmjapis.DailyForecast.Forecast
 
hasPod() - Method in class net.aksingh.owmjapis.HourlyForecast.Forecast.Sys
 
hasPressure() - Method in class net.aksingh.owmjapis.AbstractWeather.Main
Tells if pressure of the city is available or not.
hasPressure() - Method in class net.aksingh.owmjapis.DailyForecast.Forecast
 
hasRain() - Method in class net.aksingh.owmjapis.CurrentWeather.Rain
 
hasRain() - Method in class net.aksingh.owmjapis.DailyForecast.Forecast
 
hasRainInstance() - Method in class net.aksingh.owmjapis.CurrentWeather
 
hasSeaLevel() - Method in class net.aksingh.owmjapis.HourlyForecast.Forecast.Main
 
hasSnow() - Method in class net.aksingh.owmjapis.DailyForecast.Forecast
 
hasSunriseTime() - Method in class net.aksingh.owmjapis.CurrentWeather.Sys
 
hasSunsetTime() - Method in class net.aksingh.owmjapis.CurrentWeather.Sys
 
hasSysInstance() - Method in class net.aksingh.owmjapis.CurrentWeather
 
hasSysInstance() - Method in class net.aksingh.owmjapis.HourlyForecast.Forecast
 
hasTemperature() - Method in class net.aksingh.owmjapis.AbstractWeather.Main
Tells if the temperature of the city is available or not.
hasTempKF() - Method in class net.aksingh.owmjapis.HourlyForecast.Forecast.Main
 
hasType() - Method in class net.aksingh.owmjapis.CurrentWeather.Sys
 
hasWeatherCode() - Method in class net.aksingh.owmjapis.AbstractWeather.Weather
Tells if weather's code is available or not.
hasWeatherDescription() - Method in class net.aksingh.owmjapis.AbstractWeather.Weather
Tells if weather's description is available or not.
hasWeatherIconName() - Method in class net.aksingh.owmjapis.AbstractWeather.Weather
Tells if name of weather's icon is available or not.
hasWeatherInstance() - Method in class net.aksingh.owmjapis.AbstractWeather
 
hasWeatherName() - Method in class net.aksingh.owmjapis.AbstractWeather.Weather
Tells if weather's name is available or not.
hasWindDegree() - Method in class net.aksingh.owmjapis.AbstractWeather.Wind
Tells if degree (degree gives direction) of wind in the city is available or not.
hasWindDegree() - Method in class net.aksingh.owmjapis.DailyForecast.Forecast
 
hasWindGust() - Method in class net.aksingh.owmjapis.CurrentWeather.Wind
 
hasWindInstance() - Method in class net.aksingh.owmjapis.CurrentWeather
 
hasWindInstance() - Method in class net.aksingh.owmjapis.HourlyForecast.Forecast
 
hasWindSpeed() - Method in class net.aksingh.owmjapis.AbstractWeather.Wind
Tells if speed of wind in the city is available or not.
hasWindSpeed() - Method in class net.aksingh.owmjapis.DailyForecast.Forecast
 
HourlyForecast - Class in net.aksingh.owmjapis
Parses hourly forecast data and provides methods to get/access the same information.
HourlyForecast.Forecast - Class in net.aksingh.owmjapis
Parses forecast data (one element in the forecastList) and provides methods to get/access the same information.
HourlyForecast.Forecast.Clouds - Class in net.aksingh.owmjapis
Parses clouds data and provides methods to get/access the same information.
HourlyForecast.Forecast.Main - Class in net.aksingh.owmjapis
Parses main data and provides methods to get/access the same information.
HourlyForecast.Forecast.Sys - Class in net.aksingh.owmjapis
Parses sys data and provides methods to get/access the same information.
HourlyForecast.Forecast.Wind - Class in net.aksingh.owmjapis
Parses wind data and provides methods to get/access the same information.
hourlyForecastByCityCode(long) - Method in class net.aksingh.owmjapis.OpenWeatherMap
 
hourlyForecastByCityCode(long) - Method in class net.aksingh.owmjapis.OpenWeatherMap.OWMAddress
 
hourlyForecastByCityName(String) - Method in class net.aksingh.owmjapis.OpenWeatherMap
 
hourlyForecastByCityName(String, String) - Method in class net.aksingh.owmjapis.OpenWeatherMap
 
hourlyForecastByCityName(String) - Method in class net.aksingh.owmjapis.OpenWeatherMap.OWMAddress
 
hourlyForecastByCityName(String, String) - Method in class net.aksingh.owmjapis.OpenWeatherMap.OWMAddress
 
hourlyForecastByCoordinates(float, float) - Method in class net.aksingh.owmjapis.OpenWeatherMap
 
hourlyForecastByCoordinates(float, float) - Method in class net.aksingh.owmjapis.OpenWeatherMap.OWMAddress
 
hourlyForecastFromRawResponse(String) - Method in class net.aksingh.owmjapis.OpenWeatherMap
 

J

JSON_TEMP - Variable in class net.aksingh.owmjapis.DailyForecast.Forecast
 
JSON_TEMP_DAY - Variable in class net.aksingh.owmjapis.DailyForecast.Forecast.Temperature
 
JSON_TEMP_EVENING - Variable in class net.aksingh.owmjapis.DailyForecast.Forecast.Temperature
 
JSON_TEMP_MAX - Variable in class net.aksingh.owmjapis.DailyForecast.Forecast.Temperature
 
JSON_TEMP_MIN - Variable in class net.aksingh.owmjapis.DailyForecast.Forecast.Temperature
 
JSON_TEMP_MORNING - Variable in class net.aksingh.owmjapis.DailyForecast.Forecast.Temperature
 
JSON_TEMP_NIGHT - Variable in class net.aksingh.owmjapis.DailyForecast.Forecast.Temperature
 

N

net.aksingh.owmjapis - package net.aksingh.owmjapis
 

O

OpenWeatherMap - Class in net.aksingh.owmjapis
The starting point for all API operations. If you're new to this API, read the docs for this class first.
OpenWeatherMap(String) - Constructor for class net.aksingh.owmjapis.OpenWeatherMap
Constructor
OpenWeatherMap(OpenWeatherMap.Units, String) - Constructor for class net.aksingh.owmjapis.OpenWeatherMap
Constructor
OpenWeatherMap(OpenWeatherMap.Units, OpenWeatherMap.Language, String) - Constructor for class net.aksingh.owmjapis.OpenWeatherMap
Constructor
OpenWeatherMap.Language - Enum in net.aksingh.owmjapis
Languages that can be set for getting data from OWM.org
OpenWeatherMap.OWMAddress - Class in net.aksingh.owmjapis
Generates addresses for accessing the information from OWM.org
OpenWeatherMap.Units - Enum in net.aksingh.owmjapis
Units that can be set for getting data from OWM.org

S

setApiKey(String) - Method in class net.aksingh.owmjapis.OpenWeatherMap
Set API key for getting data from OWM.org
setLang(OpenWeatherMap.Language) - Method in class net.aksingh.owmjapis.OpenWeatherMap
Set language for getting data from OWM.org
setUnits(OpenWeatherMap.Units) - Method in class net.aksingh.owmjapis.OpenWeatherMap
Set units for getting data from OWM.org

T

Tools - Class in net.aksingh.owmjapis
Provides methods for conversions, etc.
Tools() - Constructor for class net.aksingh.owmjapis.Tools
 

V

valueOf(String) - Static method in enum net.aksingh.owmjapis.OpenWeatherMap.Language
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.aksingh.owmjapis.OpenWeatherMap.Units
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.aksingh.owmjapis.OpenWeatherMap.Language
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.aksingh.owmjapis.OpenWeatherMap.Units
Returns an array containing the constants of this enum type, in the order they are declared.
A C D G H J N O S T V