Modifier and Type | Field and Description |
---|---|
protected IWeatherProvider |
WeatherClient.provider |
Modifier and Type | Method and Description |
---|---|
void |
StandardHttpClient.setProvider(IWeatherProvider provider)
This method is used to set the Weather provider.
|
void |
WeatherClient.setProvider(IWeatherProvider provider)
This method is used to set the Weather provider.
|
Modifier and Type | Method and Description |
---|---|
void |
WeatherClientDefault.setProvider(IWeatherProvider provider)
This method is used to set the Weather provider.
|
Modifier and Type | Method and Description |
---|---|
static IWeatherProvider |
WeatherProviderFactory.createProvider(IProviderType provType)
Deprecated.
|
static IWeatherProvider |
WeatherProviderFactory.createProvider(IProviderType provType,
WeatherConfig config)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
ForecastIOWeatherProvider
This class implements ForecastIO API retrieving weather information from https://developer.forecast.io/docs/v2.
|
Modifier and Type | Class and Description |
---|---|
class |
OpenweathermapProvider
Concrete implementation of IWeatherProvider.
|
Modifier and Type | Class and Description |
---|---|
class |
WeatherUndergroundProvider
This is a concrete implementaton of IWeatherProvider interface for Weather undergound provider
|
Modifier and Type | Class and Description |
---|---|
class |
YahooWeatherProvider |