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