Uses of Class
org.n52.operation.cropmodeling.DayWeatherData

Packages that use DayWeatherData
org.n52.operation.cropmodeling   
 

Uses of DayWeatherData in org.n52.operation.cropmodeling
 

Subclasses of DayWeatherData in org.n52.operation.cropmodeling
 class ClassicDriessenDayWeatherData
           
 class GridDayWeatherData
          Placeholder for the daily data of grid based weather
 class WageningenDayWeatherData
           
 

Methods in org.n52.operation.cropmodeling that return DayWeatherData
 DayWeatherData WeatherData.getDayWeatherData(JulianTime time)
          Get day weather data for the date in time.
 

Methods in org.n52.operation.cropmodeling with parameters of type DayWeatherData
 void WeatherData.setDayWeatherData(JulianTime time, DayWeatherData newData)
          Set day weather data for the date in time.