/* FILE ARCHIVED ON 11:00:42 Jan 16, 2009 AND RETRIEVED FROM THE AN OPENWAYBACK INSTANCE ON 21:29:22 Oct 16, 2024. JAVASCRIPT APPENDED BY OPENWAYBACK, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). */ function WeatherDataProvider() { } WeatherDataProvider._path = '/app21/dwr'; WeatherDataProvider.getForecastForLocality = function(p0, callback) { DWREngine._execute(WeatherDataProvider._path, 'WeatherDataProvider', 'getForecastForLocality', p0, callback); } WeatherDataProvider.getForecastForLocality = function(p0, callback) { DWREngine._execute(WeatherDataProvider._path, 'WeatherDataProvider', 'getForecastForLocality', p0, callback); } WeatherDataProvider.getForecastForStation = function(p0, callback) { DWREngine._execute(WeatherDataProvider._path, 'WeatherDataProvider', 'getForecastForStation', p0, callback); } WeatherDataProvider.getForecastForRegion = function(p0, callback) { DWREngine._execute(WeatherDataProvider._path, 'WeatherDataProvider', 'getForecastForRegion', p0, callback); } WeatherDataProvider.getAcisNormalsForLocality = function(p0, p1, p2, callback) { DWREngine._execute(WeatherDataProvider._path, 'WeatherDataProvider', 'getAcisNormalsForLocality', p0, p1, p2, callback); } WeatherDataProvider.getForecast = function(callback) { DWREngine._execute(WeatherDataProvider._path, 'WeatherDataProvider', 'getForecast', callback); } WeatherDataProvider.getCurrentForLocality = function(p0, callback) { DWREngine._execute(WeatherDataProvider._path, 'WeatherDataProvider', 'getCurrentForLocality', p0, callback); } WeatherDataProvider.getCurrentForLocality = function(p0, callback) { DWREngine._execute(WeatherDataProvider._path, 'WeatherDataProvider', 'getCurrentForLocality', p0, callback); } WeatherDataProvider.getNearestStation = function(p0, callback) { DWREngine._execute(WeatherDataProvider._path, 'WeatherDataProvider', 'getNearestStation', p0, callback); } WeatherDataProvider.getCurrentForStation = function(p0, p1, callback) { DWREngine._execute(WeatherDataProvider._path, 'WeatherDataProvider', 'getCurrentForStation', p0, p1, callback); } WeatherDataProvider.getStations = function(callback) { DWREngine._execute(WeatherDataProvider._path, 'WeatherDataProvider', 'getStations', callback); } WeatherDataProvider.getStation = function(p0, callback) { DWREngine._execute(WeatherDataProvider._path, 'WeatherDataProvider', 'getStation', p0, callback); } WeatherDataProvider.getWindChill = function(p0, p1, p2, callback) { DWREngine._execute(WeatherDataProvider._path, 'WeatherDataProvider', 'getWindChill', p0, p1, p2, callback); } WeatherDataProvider.getCurrentLocality = function(callback) { DWREngine._execute(WeatherDataProvider._path, 'WeatherDataProvider', 'getCurrentLocality', callback); } WeatherDataProvider.setCurrentLocality = function(p0, callback) { DWREngine._execute(WeatherDataProvider._path, 'WeatherDataProvider', 'setCurrentLocality', p0, callback); }