C# Class WeatherAPI.Providers.WorldWeatherOnline.WWOProvider

Inheritance: WeatherProvider, IWeather
Show file Open project: johnluetke/WeatherAPI

Public Methods

Method Description
IsAvailable ( ) : bool
Supports ( LocationType source ) : bool
Update ( ) : void
WWOProvider ( ) : System

Protected Methods

Method Description
translateConditions ( WWOWeatherCode code ) : WeatherCondition

Method Details

IsAvailable() public method

public IsAvailable ( ) : bool
return bool

Supports() public method

public Supports ( LocationType source ) : bool
source LocationType
return bool

Update() public method

public Update ( ) : void
return void

WWOProvider() public method

public WWOProvider ( ) : System
return System

translateConditions() protected method

protected translateConditions ( WWOWeatherCode code ) : WeatherCondition
code WWOWeatherCode
return WeatherCondition