Ejemplo n.º 1
0
 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));
 }
Ejemplo n.º 2
0
 public string GmlLatLonList(string listLatLon, System.DateTime requestedTime, WeatherStation.NoaaService.featureTypeType featureType, WeatherStation.NoaaService.weatherParametersType weatherParameters)
 {
     return(base.Channel.GmlLatLonList(listLatLon, requestedTime, featureType, weatherParameters));
 }
Ejemplo n.º 3
0
 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));
 }