Uses of Class
com.oopitis.weather.URLDataSource

Packages that use URLDataSource
com.oopitis.weather.fio Implementation for forecast.io. 
com.oopitis.weather.owm Implementation for Open Weather Map. 
 

Uses of URLDataSource in com.oopitis.weather.fio
 

Subclasses of URLDataSource in com.oopitis.weather.fio
 class FioData<T>
          Helper class for retrieving data from forecast.io.
 

Uses of URLDataSource in com.oopitis.weather.owm
 

Subclasses of URLDataSource in com.oopitis.weather.owm
 class OwmData<T>
          Helper class to retrieve data from openweathermap.org.