Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <string> GmlLatLonListAsync(string listLatLon, System.DateTime requestedTime, string featureType, WeatherForecast.weatherServiceRef.weatherParametersType weatherParameters)
 {
     return(base.Channel.GmlLatLonListAsync(listLatLon, requestedTime, featureType, weatherParameters));
 }
Ejemplo n.º 2
0
 public System.Threading.Tasks.Task <string> NDFDgenLatLonListAsync(string listLatLon, string product, System.DateTime startTime, System.DateTime endTime, string Unit, WeatherForecast.weatherServiceRef.weatherParametersType weatherParameters)
 {
     return(base.Channel.NDFDgenLatLonListAsync(listLatLon, product, startTime, endTime, Unit, weatherParameters));
 }
Ejemplo n.º 3
0
 public string GmlLatLonList(string listLatLon, System.DateTime requestedTime, string featureType, WeatherForecast.weatherServiceRef.weatherParametersType weatherParameters)
 {
     return(base.Channel.GmlLatLonList(listLatLon, requestedTime, featureType, weatherParameters));
 }
Ejemplo n.º 4
0
 public System.Threading.Tasks.Task <string> NDFDgenAsync(decimal latitude, decimal longitude, string product, System.DateTime startTime, System.DateTime endTime, string Unit, WeatherForecast.weatherServiceRef.weatherParametersType weatherParameters)
 {
     return(base.Channel.NDFDgenAsync(latitude, longitude, product, startTime, endTime, Unit, weatherParameters));
 }