示例#1
0
 public System.Threading.Tasks.Task <string> NDFDgenByDayLatLonListAsync(string listLatLon, System.DateTime startDate, string numDays, WebApplication2.LatLonListZipCodeService.unitType Unit, WebApplication2.LatLonListZipCodeService.formatType format)
 {
     return(base.Channel.NDFDgenByDayLatLonListAsync(listLatLon, startDate, numDays, Unit, format));
 }
示例#2
0
 public string NDFDgenByDay(decimal latitude, decimal longitude, System.DateTime startDate, string numDays, WebApplication2.LatLonListZipCodeService.unitType Unit, WebApplication2.LatLonListZipCodeService.formatType format)
 {
     return(base.Channel.NDFDgenByDay(latitude, longitude, startDate, numDays, Unit, format));
 }
示例#3
0
 public System.Threading.Tasks.Task <string> NDFDgenLatLonListAsync(string listLatLon, WebApplication2.LatLonListZipCodeService.productType product, System.DateTime startTime, System.DateTime endTime, WebApplication2.LatLonListZipCodeService.unitType Unit, WebApplication2.LatLonListZipCodeService.weatherParametersType weatherParameters)
 {
     return(base.Channel.NDFDgenLatLonListAsync(listLatLon, product, startTime, endTime, Unit, weatherParameters));
 }
示例#4
0
 public string NDFDgen(decimal latitude, decimal longitude, WebApplication2.LatLonListZipCodeService.productType product, System.DateTime startTime, System.DateTime endTime, WebApplication2.LatLonListZipCodeService.unitType Unit, WebApplication2.LatLonListZipCodeService.weatherParametersType weatherParameters)
 {
     return(base.Channel.NDFDgen(latitude, longitude, product, startTime, endTime, Unit, weatherParameters));
 }