Uses of Class
com.oopitis.weather.WeatherService

Packages that use WeatherService
com.oopitis.weather This package provides a common interface for users to access weather information from different data sources, and a skeletal implementation for data providers to quickly set up data access via Java. 
com.oopitis.weather.fio Implementation for forecast.io. 
com.oopitis.weather.owm Implementation for Open Weather Map. 
 

Uses of WeatherService in com.oopitis.weather
 

Methods in com.oopitis.weather with parameters of type WeatherService
 WeatherPropertySet Feature.getProperties(WeatherService service)
          Gets the list of properties associated with this feature.
 

Uses of WeatherService in com.oopitis.weather.fio
 

Subclasses of WeatherService in com.oopitis.weather.fio
 class FioWeather
          WeatherService implementation for forecast.io.
 

Uses of WeatherService in com.oopitis.weather.owm
 

Subclasses of WeatherService in com.oopitis.weather.owm
 class OwmWeather
          WeathherService implementation for Open Weather Map.