A B C D E F G H I K L M N O P R S T U V W Y 

G

GenericResponseParser<T> - Class in com.survivingwithandroid.weather.lib.response
 
GenericResponseParser() - Constructor for class com.survivingwithandroid.weather.lib.response.GenericResponseParser
 
geoCoord(double, double) - Method in class com.survivingwithandroid.weather.lib.model.City.CityBuilder
 
getAmmount() - Method in class com.survivingwithandroid.weather.lib.model.Weather.Rain
Ammount of rain expected
getAmmount() - Method in class com.survivingwithandroid.weather.lib.model.Weather.Snow
 
getAstronomy() - Method in class com.survivingwithandroid.weather.lib.model.Location
 
getChance() - Method in class com.survivingwithandroid.weather.lib.model.Weather.Rain
Chance of rain
getChill() - Method in class com.survivingwithandroid.weather.lib.model.Weather.Wind
 
getCity() - Method in class com.survivingwithandroid.weather.lib.model.Location
 
getCityId() - Method in class com.survivingwithandroid.weather.lib.request.WeatherRequest
 
getCityResultList(String) - Method in class com.survivingwithandroid.weather.lib.provider.forecastio.ForecastIOWeatherProvider
 
getCityResultList(String) - Method in interface com.survivingwithandroid.weather.lib.provider.IWeatherProvider
 
getCityResultList(String) - Method in class com.survivingwithandroid.weather.lib.provider.openweathermap.OpenweathermapProvider
 
getCityResultList(String) - Method in class com.survivingwithandroid.weather.lib.provider.wunderground.WeatherUndergroundProvider
 
getCityResultList(String) - Method in class com.survivingwithandroid.weather.lib.provider.yahooweather.YahooWeatherProvider
 
getCode() - Method in enum com.survivingwithandroid.weather.lib.WeatherCode
 
getCodeProviderClass() - Method in class com.survivingwithandroid.weather.lib.provider.forecastio.ForecastIOProviderType
 
getCodeProviderClass() - Method in interface com.survivingwithandroid.weather.lib.provider.IProviderType
 
getCodeProviderClass() - Method in class com.survivingwithandroid.weather.lib.provider.openweathermap.OpenweathermapProviderType
 
getCodeProviderClass() - Method in class com.survivingwithandroid.weather.lib.provider.wunderground.WeatherUndergroundProviderType
 
getCodeProviderClass() - Method in class com.survivingwithandroid.weather.lib.provider.yahooweather.YahooProviderType
 
getCondition() - Method in class com.survivingwithandroid.weather.lib.model.Weather.Condition
 
getCountry() - Method in class com.survivingwithandroid.weather.lib.model.City
 
getCountry() - Method in class com.survivingwithandroid.weather.lib.model.Location
 
getCurrentCondition(String, WeatherClient.WeatherEventListener) - Method in class com.survivingwithandroid.weather.lib.client.okhttp.WeatherDefaultClient
getCurrentCondition(WeatherRequest, WeatherClient.WeatherEventListener) - Method in class com.survivingwithandroid.weather.lib.client.okhttp.WeatherDefaultClient
Get the current weather condition.
getCurrentCondition(String, WeatherClient.WeatherEventListener) - Method in class com.survivingwithandroid.weather.lib.client.volley.WeatherClientDefault
getCurrentCondition(WeatherRequest, WeatherClient.WeatherEventListener) - Method in class com.survivingwithandroid.weather.lib.client.volley.WeatherClientDefault
Get the current weather condition.
getCurrentCondition(String) - Method in class com.survivingwithandroid.weather.lib.provider.forecastio.ForecastIOWeatherProvider
 
getCurrentCondition(String) - Method in interface com.survivingwithandroid.weather.lib.provider.IWeatherProvider
 
getCurrentCondition(String) - Method in class com.survivingwithandroid.weather.lib.provider.openweathermap.OpenweathermapProvider
 
getCurrentCondition(String) - Method in class com.survivingwithandroid.weather.lib.provider.wunderground.WeatherUndergroundProvider
 
getCurrentCondition(String) - Method in class com.survivingwithandroid.weather.lib.provider.yahooweather.YahooWeatherProvider
 
getCurrentCondition(String, WeatherClient.WeatherEventListener) - Method in class com.survivingwithandroid.weather.lib.StandardHttpClient
getCurrentCondition(WeatherRequest, WeatherClient.WeatherEventListener) - Method in class com.survivingwithandroid.weather.lib.StandardHttpClient
Get the current weather condition.
getCurrentCondition(WeatherRequest) - Method in class com.survivingwithandroid.weather.lib.StandardHttpClient
Get the current weather condition.
getCurrentCondition(String, WeatherClient.WeatherEventListener) - Method in class com.survivingwithandroid.weather.lib.WeatherClient
getCurrentCondition(WeatherRequest, WeatherClient.WeatherEventListener) - Method in class com.survivingwithandroid.weather.lib.WeatherClient
Get the current weather condition.
getDefaultProviderImage(String, WeatherClient.WeatherImageListener) - Method in class com.survivingwithandroid.weather.lib.client.okhttp.WeatherDefaultClient
This is the default image Provider that can be used to get the image provided by the Weather provider
getDefaultProviderImage(String, WeatherClient.WeatherImageListener) - Method in class com.survivingwithandroid.weather.lib.client.volley.WeatherClientDefault
This is the default image Provider that can be used to get the image provided by the Weather provider
getDefaultProviderImage(String, WeatherClient.WeatherImageListener) - Method in class com.survivingwithandroid.weather.lib.StandardHttpClient
 
getDefaultProviderImage(String, WeatherClient.WeatherImageListener) - Method in class com.survivingwithandroid.weather.lib.WeatherClient
This is the default image Provider that can be used to get the image provided by the Weather provider
getDeg() - Method in class com.survivingwithandroid.weather.lib.model.Weather.Wind
 
getDescr() - Method in class com.survivingwithandroid.weather.lib.model.Weather.Condition
 
getDewPoint() - Method in class com.survivingwithandroid.weather.lib.model.Weather.Condition
 
getDir(int) - Static method in enum com.survivingwithandroid.weather.lib.util.WindDirection
Creates the direction from the azimuth degrees.
getFeelsLike() - Method in class com.survivingwithandroid.weather.lib.model.Weather.Condition
 
getForecast(int) - Method in class com.survivingwithandroid.weather.lib.model.WeatherForecast
 
getForecast() - Method in class com.survivingwithandroid.weather.lib.model.WeatherForecast
 
getForecastWeather(String, WeatherClient.ForecastWeatherEventListener) - Method in class com.survivingwithandroid.weather.lib.client.okhttp.WeatherDefaultClient
getForecastWeather(WeatherRequest, WeatherClient.ForecastWeatherEventListener) - Method in class com.survivingwithandroid.weather.lib.client.okhttp.WeatherDefaultClient
Get the forecast weather condition.
getForecastWeather(String, WeatherClient.ForecastWeatherEventListener) - Method in class com.survivingwithandroid.weather.lib.client.volley.WeatherClientDefault
getForecastWeather(WeatherRequest, WeatherClient.ForecastWeatherEventListener) - Method in class com.survivingwithandroid.weather.lib.client.volley.WeatherClientDefault
Get the forecast weather condition.
getForecastWeather(String) - Method in class com.survivingwithandroid.weather.lib.provider.forecastio.ForecastIOWeatherProvider
 
getForecastWeather(String) - Method in interface com.survivingwithandroid.weather.lib.provider.IWeatherProvider
 
getForecastWeather(String) - Method in class com.survivingwithandroid.weather.lib.provider.openweathermap.OpenweathermapProvider
 
getForecastWeather(String) - Method in class com.survivingwithandroid.weather.lib.provider.wunderground.WeatherUndergroundProvider
 
getForecastWeather(String) - Method in class com.survivingwithandroid.weather.lib.provider.yahooweather.YahooWeatherProvider
 
getForecastWeather(String, WeatherClient.ForecastWeatherEventListener) - Method in class com.survivingwithandroid.weather.lib.StandardHttpClient
getForecastWeather(WeatherRequest, WeatherClient.ForecastWeatherEventListener) - Method in class com.survivingwithandroid.weather.lib.StandardHttpClient
Get the forecast weather condition.
getForecastWeather(WeatherRequest) - Method in class com.survivingwithandroid.weather.lib.StandardHttpClient
Get the forecast weather condition.
getForecastWeather(String, WeatherClient.ForecastWeatherEventListener) - Method in class com.survivingwithandroid.weather.lib.WeatherClient
getForecastWeather(WeatherRequest, WeatherClient.ForecastWeatherEventListener) - Method in class com.survivingwithandroid.weather.lib.WeatherClient
Get the forecast weather condition.
getGust() - Method in class com.survivingwithandroid.weather.lib.model.Weather.Wind
 
getHeatIndex() - Method in class com.survivingwithandroid.weather.lib.model.Weather.Condition
 
getHistoricalHourWeather(int) - Method in class com.survivingwithandroid.weather.lib.model.HistoricalWeather
 
getHistoricalWeather(String, Date, Date, WeatherClient.HistoricalWeatherEventListener) - Method in class com.survivingwithandroid.weather.lib.client.okhttp.WeatherDefaultClient
getHistoricalWeather(WeatherRequest, Date, Date, WeatherClient.HistoricalWeatherEventListener) - Method in class com.survivingwithandroid.weather.lib.client.okhttp.WeatherDefaultClient
Get the historical weather condition.
getHistoricalWeather(String, Date, Date, WeatherClient.HistoricalWeatherEventListener) - Method in class com.survivingwithandroid.weather.lib.client.volley.WeatherClientDefault
getHistoricalWeather(WeatherRequest, Date, Date, WeatherClient.HistoricalWeatherEventListener) - Method in class com.survivingwithandroid.weather.lib.client.volley.WeatherClientDefault
Get the historical weather condition.
getHistoricalWeather(String) - Method in class com.survivingwithandroid.weather.lib.provider.forecastio.ForecastIOWeatherProvider
 
getHistoricalWeather(String) - Method in interface com.survivingwithandroid.weather.lib.provider.IWeatherProvider
 
getHistoricalWeather(String) - Method in class com.survivingwithandroid.weather.lib.provider.openweathermap.OpenweathermapProvider
 
getHistoricalWeather(String) - Method in class com.survivingwithandroid.weather.lib.provider.wunderground.WeatherUndergroundProvider
 
getHistoricalWeather(String) - Method in class com.survivingwithandroid.weather.lib.provider.yahooweather.YahooWeatherProvider
 
getHistoricalWeather(String, Date, Date, WeatherClient.HistoricalWeatherEventListener) - Method in class com.survivingwithandroid.weather.lib.StandardHttpClient
getHistoricalWeather(WeatherRequest, Date, Date, WeatherClient.HistoricalWeatherEventListener) - Method in class com.survivingwithandroid.weather.lib.StandardHttpClient
Get the historical weather condition.
getHistoricalWeather(String, Date, Date, WeatherClient.HistoricalWeatherEventListener) - Method in class com.survivingwithandroid.weather.lib.WeatherClient
getHistoricalWeather(WeatherRequest, Date, Date, WeatherClient.HistoricalWeatherEventListener) - Method in class com.survivingwithandroid.weather.lib.WeatherClient
Get the historical weather condition.
getHoistoricalData() - Method in class com.survivingwithandroid.weather.lib.model.HistoricalWeather
 
getHourForecast(int) - Method in class com.survivingwithandroid.weather.lib.model.WeatherHourForecast
 
getHourForecast() - Method in class com.survivingwithandroid.weather.lib.model.WeatherHourForecast
 
getHourForecastWeather(String, WeatherClient.HourForecastWeatherEventListener) - Method in class com.survivingwithandroid.weather.lib.client.okhttp.WeatherDefaultClient
getHourForecastWeather(WeatherRequest, WeatherClient.HourForecastWeatherEventListener) - Method in class com.survivingwithandroid.weather.lib.client.okhttp.WeatherDefaultClient
Get the forecast weather condition.
getHourForecastWeather(String, WeatherClient.HourForecastWeatherEventListener) - Method in class com.survivingwithandroid.weather.lib.client.volley.WeatherClientDefault
getHourForecastWeather(WeatherRequest, WeatherClient.HourForecastWeatherEventListener) - Method in class com.survivingwithandroid.weather.lib.client.volley.WeatherClientDefault
Get the forecast weather condition.
getHourForecastWeather(String) - Method in class com.survivingwithandroid.weather.lib.provider.forecastio.ForecastIOWeatherProvider
 
getHourForecastWeather(String) - Method in interface com.survivingwithandroid.weather.lib.provider.IWeatherProvider
 
getHourForecastWeather(String) - Method in class com.survivingwithandroid.weather.lib.provider.openweathermap.OpenweathermapProvider
 
getHourForecastWeather(String) - Method in class com.survivingwithandroid.weather.lib.provider.wunderground.WeatherUndergroundProvider
 
getHourForecastWeather(String) - Method in class com.survivingwithandroid.weather.lib.provider.yahooweather.YahooWeatherProvider
 
getHourForecastWeather(String, WeatherClient.HourForecastWeatherEventListener) - Method in class com.survivingwithandroid.weather.lib.StandardHttpClient
getHourForecastWeather(WeatherRequest, WeatherClient.HourForecastWeatherEventListener) - Method in class com.survivingwithandroid.weather.lib.StandardHttpClient
Get the forecast weather condition.
getHourForecastWeather(String, WeatherClient.HourForecastWeatherEventListener) - Method in class com.survivingwithandroid.weather.lib.WeatherClient
getHourForecastWeather(WeatherRequest, WeatherClient.HourForecastWeatherEventListener) - Method in class com.survivingwithandroid.weather.lib.WeatherClient
Get the forecast weather condition.
getHumidity() - Method in class com.survivingwithandroid.weather.lib.model.Weather.Condition
 
getIcon() - Method in class com.survivingwithandroid.weather.lib.model.Weather.Condition
 
getId() - Method in class com.survivingwithandroid.weather.lib.model.City
 
getImage(String, WeatherClient.WeatherImageListener) - Method in class com.survivingwithandroid.weather.lib.client.okhttp.WeatherDefaultClient
Get an image at the specified URL and inform the listener when the image is ready
getImage(String, WeatherClient.WeatherImageListener) - Method in class com.survivingwithandroid.weather.lib.client.volley.WeatherClientDefault
Get an image at the specified URL and inform the listener when the image is ready
getImage(String, WeatherClient.WeatherImageListener) - Method in class com.survivingwithandroid.weather.lib.StandardHttpClient
Get an image at the specified URL and inform the listener when the image is ready
getImage(String, WeatherClient.WeatherImageListener) - Method in class com.survivingwithandroid.weather.lib.WeatherClient
Get an image at the specified URL and inform the listener when the image is ready
getImageType() - Method in class com.survivingwithandroid.weather.lib.request.Params
 
getInstance() - Static method in class com.survivingwithandroid.weather.lib.client.volley.WeatherClientDefault
Deprecated.
Release 1.4 repleaced by WeatherClient.ClientBuilder
getInstance() - Static method in class com.survivingwithandroid.weather.lib.StandardHttpClient
Deprecated.
Release 1.4 repleaced by WeatherClient.ClientBuilder
getLabel(Context) - Method in enum com.survivingwithandroid.weather.lib.WeatherCode
 
getLat() - Method in class com.survivingwithandroid.weather.lib.request.WeatherRequest
 
getLatitude() - Method in class com.survivingwithandroid.weather.lib.model.Location
 
getLon() - Method in class com.survivingwithandroid.weather.lib.request.WeatherRequest
 
getLongitude() - Method in class com.survivingwithandroid.weather.lib.model.Location
 
getMaxTemp() - Method in class com.survivingwithandroid.weather.lib.model.Weather.Temperature
 
getMinTemp() - Method in class com.survivingwithandroid.weather.lib.model.Weather.Temperature
 
getName() - Method in class com.survivingwithandroid.weather.lib.model.City
 
getPerc() - Method in class com.survivingwithandroid.weather.lib.model.Weather.Clouds
 
getPopulation() - Method in class com.survivingwithandroid.weather.lib.model.Location
 
getPressure() - Method in class com.survivingwithandroid.weather.lib.model.Weather.Condition
 
getPressureGroundLevel() - Method in class com.survivingwithandroid.weather.lib.model.Weather.Condition
 
getPressureSeaLevel() - Method in class com.survivingwithandroid.weather.lib.model.Weather.Condition
 
getPressureTrend() - Method in class com.survivingwithandroid.weather.lib.model.Weather.Condition
 
getProviderClass() - Method in class com.survivingwithandroid.weather.lib.provider.forecastio.ForecastIOProviderType
 
getProviderClass() - Method in interface com.survivingwithandroid.weather.lib.provider.IProviderType
 
getProviderClass() - Method in class com.survivingwithandroid.weather.lib.provider.openweathermap.OpenweathermapProviderType
 
getProviderClass() - Method in class com.survivingwithandroid.weather.lib.provider.wunderground.WeatherUndergroundProviderType
 
getProviderClass() - Method in class com.survivingwithandroid.weather.lib.provider.yahooweather.YahooProviderType
 
getProviderWeatherFeature(WeatherRequest, T, GenericResponseParser<S>, WeatherClient.GenericRequestWeatherEventListener<S>) - Method in class com.survivingwithandroid.weather.lib.client.okhttp.WeatherDefaultClient
Get a specific weather provider feature not implemented in all weather provider When the data is ready this method calls the onWeatherRetrieved passing the HistoricalWeather weather information.
getProviderWeatherFeature(WeatherRequest, T, GenericResponseParser<S>, WeatherClient.GenericRequestWeatherEventListener<S>) - Method in class com.survivingwithandroid.weather.lib.client.volley.WeatherClientDefault
Get a specific weather provider feature not implemented in all weather provider When the data is ready this method calls the onWeatherRetrieved passing the HistoricalWeather weather information.
getProviderWeatherFeature(WeatherRequest, T, GenericResponseParser<S>, WeatherClient.GenericRequestWeatherEventListener<S>) - Method in class com.survivingwithandroid.weather.lib.StandardHttpClient
Get a specific weather provider feature not implemented in all weather provider When the data is ready this method calls the onWeatherRetrieved passing the HistoricalWeather weather information.
getProviderWeatherFeature(WeatherRequest, T, GenericResponseParser<S>, WeatherClient.GenericRequestWeatherEventListener<S>) - Method in class com.survivingwithandroid.weather.lib.WeatherClient
Get a specific weather provider feature not implemented in all weather provider When the data is ready this method calls the onWeatherRetrieved passing the HistoricalWeather weather information.
getQueryCityURL(String) - Method in class com.survivingwithandroid.weather.lib.provider.forecastio.ForecastIOWeatherProvider
 
getQueryCityURL(String) - Method in interface com.survivingwithandroid.weather.lib.provider.IWeatherProvider
 
getQueryCityURL(String) - Method in class com.survivingwithandroid.weather.lib.provider.openweathermap.OpenweathermapProvider
 
getQueryCityURL(String) - Method in class com.survivingwithandroid.weather.lib.provider.wunderground.WeatherUndergroundProvider
 
getQueryCityURL(String) - Method in class com.survivingwithandroid.weather.lib.provider.yahooweather.YahooWeatherProvider
 
getQueryCityURLByCoord(double, double) - Method in class com.survivingwithandroid.weather.lib.provider.forecastio.ForecastIOWeatherProvider
 
getQueryCityURLByCoord(double, double) - Method in interface com.survivingwithandroid.weather.lib.provider.IWeatherProvider
 
getQueryCityURLByCoord(double, double) - Method in class com.survivingwithandroid.weather.lib.provider.openweathermap.OpenweathermapProvider
 
getQueryCityURLByCoord(double, double) - Method in class com.survivingwithandroid.weather.lib.provider.wunderground.WeatherUndergroundProvider
 
getQueryCityURLByCoord(double, double) - Method in class com.survivingwithandroid.weather.lib.provider.yahooweather.YahooWeatherProvider
 
getQueryCityURLByLocation(Location) - Method in class com.survivingwithandroid.weather.lib.provider.forecastio.ForecastIOWeatherProvider
 
getQueryCityURLByLocation(Location) - Method in interface com.survivingwithandroid.weather.lib.provider.IWeatherProvider
 
getQueryCityURLByLocation(android.location.Location) - Method in class com.survivingwithandroid.weather.lib.provider.openweathermap.OpenweathermapProvider
 
getQueryCityURLByLocation(android.location.Location) - Method in class com.survivingwithandroid.weather.lib.provider.wunderground.WeatherUndergroundProvider
 
getQueryCityURLByLocation(Location) - Method in class com.survivingwithandroid.weather.lib.provider.yahooweather.YahooWeatherProvider
 
getQueryCurrentWeatherURL(WeatherRequest) - Method in class com.survivingwithandroid.weather.lib.provider.forecastio.ForecastIOWeatherProvider
 
getQueryCurrentWeatherURL(WeatherRequest) - Method in interface com.survivingwithandroid.weather.lib.provider.IWeatherProvider
 
getQueryCurrentWeatherURL(WeatherRequest) - Method in class com.survivingwithandroid.weather.lib.provider.openweathermap.OpenweathermapProvider
 
getQueryCurrentWeatherURL(WeatherRequest) - Method in class com.survivingwithandroid.weather.lib.provider.wunderground.WeatherUndergroundProvider
 
getQueryCurrentWeatherURL(WeatherRequest) - Method in class com.survivingwithandroid.weather.lib.provider.yahooweather.YahooWeatherProvider
 
getQueryForecastWeatherURL(WeatherRequest) - Method in class com.survivingwithandroid.weather.lib.provider.forecastio.ForecastIOWeatherProvider
 
getQueryForecastWeatherURL(WeatherRequest) - Method in interface com.survivingwithandroid.weather.lib.provider.IWeatherProvider
 
getQueryForecastWeatherURL(WeatherRequest) - Method in class com.survivingwithandroid.weather.lib.provider.openweathermap.OpenweathermapProvider
 
getQueryForecastWeatherURL(WeatherRequest) - Method in class com.survivingwithandroid.weather.lib.provider.wunderground.WeatherUndergroundProvider
 
getQueryForecastWeatherURL(WeatherRequest) - Method in class com.survivingwithandroid.weather.lib.provider.yahooweather.YahooWeatherProvider
 
getQueryHistoricalWeatherURL(WeatherRequest, Date, Date) - Method in class com.survivingwithandroid.weather.lib.provider.forecastio.ForecastIOWeatherProvider
 
getQueryHistoricalWeatherURL(WeatherRequest, Date, Date) - Method in interface com.survivingwithandroid.weather.lib.provider.IWeatherProvider
 
getQueryHistoricalWeatherURL(WeatherRequest, Date, Date) - Method in class com.survivingwithandroid.weather.lib.provider.openweathermap.OpenweathermapProvider
 
getQueryHistoricalWeatherURL(WeatherRequest, Date, Date) - Method in class com.survivingwithandroid.weather.lib.provider.wunderground.WeatherUndergroundProvider
 
getQueryHistoricalWeatherURL(WeatherRequest, Date, Date) - Method in class com.survivingwithandroid.weather.lib.provider.yahooweather.YahooWeatherProvider
 
getQueryHourForecastWeatherURL(WeatherRequest) - Method in class com.survivingwithandroid.weather.lib.provider.forecastio.ForecastIOWeatherProvider
 
getQueryHourForecastWeatherURL(WeatherRequest) - Method in interface com.survivingwithandroid.weather.lib.provider.IWeatherProvider
 
getQueryHourForecastWeatherURL(WeatherRequest) - Method in class com.survivingwithandroid.weather.lib.provider.openweathermap.OpenweathermapProvider
 
getQueryHourForecastWeatherURL(WeatherRequest) - Method in class com.survivingwithandroid.weather.lib.provider.wunderground.WeatherUndergroundProvider
 
getQueryHourForecastWeatherURL(WeatherRequest) - Method in class com.survivingwithandroid.weather.lib.provider.yahooweather.YahooWeatherProvider
 
getQueryImageURL(String) - Method in class com.survivingwithandroid.weather.lib.provider.forecastio.ForecastIOWeatherProvider
 
getQueryImageURL(String) - Method in interface com.survivingwithandroid.weather.lib.provider.IWeatherProvider
 
getQueryImageURL(String) - Method in class com.survivingwithandroid.weather.lib.provider.openweathermap.OpenweathermapProvider
 
getQueryImageURL(String) - Method in class com.survivingwithandroid.weather.lib.provider.wunderground.WeatherUndergroundProvider
 
getQueryImageURL(String) - Method in class com.survivingwithandroid.weather.lib.provider.yahooweather.YahooWeatherProvider
 
getQueryLayerURL(String, Params) - Method in class com.survivingwithandroid.weather.lib.provider.forecastio.ForecastIOWeatherProvider
 
getQueryLayerURL(String, Params) - Method in interface com.survivingwithandroid.weather.lib.provider.IWeatherProvider
 
getQueryLayerURL(String, Params) - Method in class com.survivingwithandroid.weather.lib.provider.openweathermap.OpenweathermapProvider
 
getQueryLayerURL(String, Params) - Method in class com.survivingwithandroid.weather.lib.provider.wunderground.WeatherUndergroundProvider
 
getQueryLayerURL(String, Params) - Method in class com.survivingwithandroid.weather.lib.provider.yahooweather.YahooWeatherProvider
 
getRegion() - Method in class com.survivingwithandroid.weather.lib.model.City
 
getRegion() - Method in class com.survivingwithandroid.weather.lib.model.Location
 
getSolarRadiation() - Method in class com.survivingwithandroid.weather.lib.model.Weather.Condition
 
getSpeed() - Method in class com.survivingwithandroid.weather.lib.model.Weather.Wind
 
getStringDate() - Method in class com.survivingwithandroid.weather.lib.model.DayForecast
 
getSunrise() - Method in class com.survivingwithandroid.weather.lib.model.Location
 
getSunset() - Method in class com.survivingwithandroid.weather.lib.model.Location
 
getTemp() - Method in class com.survivingwithandroid.weather.lib.model.Weather.Temperature
 
getTime() - Method in class com.survivingwithandroid.weather.lib.model.Weather.Rain
Hour interval
getTime() - Method in class com.survivingwithandroid.weather.lib.model.Weather.Snow
 
getUnit() - Method in class com.survivingwithandroid.weather.lib.model.BaseWeather
 
getURL() - Method in class com.survivingwithandroid.weather.lib.provider.wunderground.extrequest.WebcamFeatureRequest
 
getURL() - Method in class com.survivingwithandroid.weather.lib.request.WeatherProviderFeature
 
getUV() - Method in class com.survivingwithandroid.weather.lib.model.Weather.Condition
 
getVisibility() - Method in class com.survivingwithandroid.weather.lib.model.Weather.Condition
 
getWeatherCode() - Method in class com.survivingwithandroid.weather.lib.model.Weather.Condition
 
getWeatherCode(String) - Method in class com.survivingwithandroid.weather.lib.provider.forecastio.ForecastIOCodeProvider
 
getWeatherCode(String) - Method in interface com.survivingwithandroid.weather.lib.provider.IWeatherCodeProvider
 
getWeatherCode(String) - Method in class com.survivingwithandroid.weather.lib.provider.openweathermap.OpenweathermapCodeProvider
 
getWeatherCode(String) - Method in class com.survivingwithandroid.weather.lib.provider.wunderground.WeatherUndergroundCodeProvider
 
getWeatherCode(String) - Method in class com.survivingwithandroid.weather.lib.provider.yahooweather.YahooWeatherCodeProvider
 
getWeatherId() - Method in class com.survivingwithandroid.weather.lib.model.Weather.Condition
 
getWeatherImage(String, Params, WeatherClient.WeatherImageListener) - Method in class com.survivingwithandroid.weather.lib.client.okhttp.WeatherDefaultClient
This method retrieves the image using the url generated by the weahter provider IWeatherProvider
getWeatherImage(String, Params, WeatherClient.WeatherImageListener) - Method in class com.survivingwithandroid.weather.lib.client.volley.WeatherClientDefault
This method retrieves the image using the url generated by the weahter provider IWeatherProvider
getWeatherImage(String, Params, WeatherClient.WeatherImageListener) - Method in class com.survivingwithandroid.weather.lib.StandardHttpClient
This method retrieves the image using the url generated by the weahter provider IWeatherProvider
getWeatherImage(String, Params, WeatherClient.WeatherImageListener) - Method in class com.survivingwithandroid.weather.lib.WeatherClient
This method retrieves the image using the url generated by the weahter provider IWeatherProvider
A B C D E F G H I K L M N O P R S T U V W Y