public string GmlTimeSeries(string listLatLon, System.DateTime startTime, System.DateTime endTime, WeatherStation.NoaaService.compTypeType compType, WeatherStation.NoaaService.featureTypeType featureType, string propertyName)
 {
     return(base.Channel.GmlTimeSeries(listLatLon, startTime, endTime, compType, featureType, propertyName));
 }
 public string GmlLatLonList(string listLatLon, System.DateTime requestedTime, WeatherStation.NoaaService.featureTypeType featureType, WeatherStation.NoaaService.weatherParametersType weatherParameters)
 {
     return(base.Channel.GmlLatLonList(listLatLon, requestedTime, featureType, weatherParameters));
 }