Example #1
0
 public System.Threading.Tasks.Task <string> GmlLatLonListAsync(string listLatLon, System.DateTime requestedTime, string featureType, WeatherService.WeatherSoapService.weatherParametersType weatherParameters)
 {
     return(base.Channel.GmlLatLonListAsync(listLatLon, requestedTime, featureType, weatherParameters));
 }
Example #2
0
 public string GmlLatLonList(string listLatLon, System.DateTime requestedTime, string featureType, WeatherService.WeatherSoapService.weatherParametersType weatherParameters)
 {
     return(base.Channel.GmlLatLonList(listLatLon, requestedTime, featureType, weatherParameters));
 }
Example #3
0
 public string NDFDgenLatLonList(string listLatLon, string product, System.DateTime startTime, System.DateTime endTime, string Unit, WeatherService.WeatherSoapService.weatherParametersType weatherParameters)
 {
     return(base.Channel.NDFDgenLatLonList(listLatLon, product, startTime, endTime, Unit, weatherParameters));
 }
Example #4
0
 public System.Threading.Tasks.Task <string> NDFDgenLatLonListAsync(string listLatLon, string product, System.DateTime startTime, System.DateTime endTime, string Unit, WeatherService.WeatherSoapService.weatherParametersType weatherParameters)
 {
     return(base.Channel.NDFDgenLatLonListAsync(listLatLon, product, startTime, endTime, Unit, weatherParameters));
 }
Example #5
0
 public System.Threading.Tasks.Task <string> NDFDgenAsync(decimal latitude, decimal longitude, string product, System.DateTime startTime, System.DateTime endTime, string Unit, WeatherService.WeatherSoapService.weatherParametersType weatherParameters)
 {
     return(base.Channel.NDFDgenAsync(latitude, longitude, product, startTime, endTime, Unit, weatherParameters));
 }