Uses of Class
com.oopitis.weather.owm.OwmData

Packages that use OwmData
com.oopitis.weather.owm Implementation for Open Weather Map. 
 

Uses of OwmData in com.oopitis.weather.owm
 

Fields in com.oopitis.weather.owm declared as OwmData
protected  OwmData OwmWeather.data
          The data source.
 

Constructors in com.oopitis.weather.owm with parameters of type OwmData
OwmWeather(OwmData data)
          Constructs an OwmWeather with a data source.