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