public string NDFDgenLatLonList(string listLatLon, WeatherStation.NoaaService.productType product, System.DateTime startTime, System.DateTime endTime, WeatherStation.NoaaService.weatherParametersType weatherParameters)
 {
     return(base.Channel.NDFDgenLatLonList(listLatLon, product, startTime, endTime, weatherParameters));
 }
 public string NDFDgen(decimal latitude, decimal longitude, WeatherStation.NoaaService.productType product, System.DateTime startTime, System.DateTime endTime, WeatherStation.NoaaService.weatherParametersType weatherParameters)
 {
     return(base.Channel.NDFDgen(latitude, longitude, product, startTime, endTime, weatherParameters));
 }