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

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

Uses of OwmQueryHint in com.oopitis.weather.owm
 

Methods in com.oopitis.weather.owm that return OwmQueryHint
 OwmQueryHint OwmWeather.newQueryHint()
           
 

Methods in com.oopitis.weather.owm with parameters of type OwmQueryHint
 java.util.List<WeatherReport> OwmWeather.query(GeoLocation location, java.util.Date beginTime, OwmQueryHint hint)
          Queries the data source about the weather in a location.