예제 #1
0
 public System.Threading.Tasks.Task <string> NDFDgenByDayLatLonListAsync(string listLatLon, System.DateTime startDate, string numDays, WebApplication1.WeatherGovService.unitType Unit, WebApplication1.WeatherGovService.formatType format)
 {
     return(base.Channel.NDFDgenByDayLatLonListAsync(listLatLon, startDate, numDays, Unit, format));
 }
예제 #2
0
 public System.Threading.Tasks.Task <string> NDFDgenByDayAsync(decimal latitude, decimal longitude, System.DateTime startDate, string numDays, WebApplication1.WeatherGovService.unitType Unit, WebApplication1.WeatherGovService.formatType format)
 {
     return(base.Channel.NDFDgenByDayAsync(latitude, longitude, startDate, numDays, Unit, format));
 }
예제 #3
0
 public System.Threading.Tasks.Task <string> NDFDgenLatLonListAsync(string listLatLon, WebApplication1.WeatherGovService.productType product, System.DateTime startTime, System.DateTime endTime, WebApplication1.WeatherGovService.unitType Unit, WebApplication1.WeatherGovService.weatherParametersType weatherParameters)
 {
     return(base.Channel.NDFDgenLatLonListAsync(listLatLon, product, startTime, endTime, Unit, weatherParameters));
 }
예제 #4
0
 public System.Threading.Tasks.Task <string> NDFDgenAsync(decimal latitude, decimal longitude, WebApplication1.WeatherGovService.productType product, System.DateTime startTime, System.DateTime endTime, WebApplication1.WeatherGovService.unitType Unit, WebApplication1.WeatherGovService.weatherParametersType weatherParameters)
 {
     return(base.Channel.NDFDgenAsync(latitude, longitude, product, startTime, endTime, Unit, weatherParameters));
 }