Beispiel #1
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));
 }
Beispiel #2
0
 public System.Threading.Tasks.Task <string> GmlLatLonListAsync(string listLatLon, System.DateTime requestedTime, NOAAServiceReference.featureTypeType featureType, NOAAServiceReference.weatherParametersType weatherParameters)
 {
     return(base.Channel.GmlLatLonListAsync(listLatLon, requestedTime, featureType, weatherParameters));
 }
Beispiel #3
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));
 }