Exemple #1
0
 public System.Threading.Tasks.Task <string> GmlLatLonListAsync(string listLatLon, System.DateTime requestedTime, WebApplication2.LatLonListZipCodeService.featureTypeType featureType, WebApplication2.LatLonListZipCodeService.weatherParametersType weatherParameters)
 {
     return(base.Channel.GmlLatLonListAsync(listLatLon, requestedTime, featureType, weatherParameters));
 }
Exemple #2
0
 public System.Threading.Tasks.Task <string> GmlTimeSeriesAsync(string listLatLon, System.DateTime startTime, System.DateTime endTime, WebApplication2.LatLonListZipCodeService.compTypeType compType, WebApplication2.LatLonListZipCodeService.featureTypeType featureType, string propertyName)
 {
     return(base.Channel.GmlTimeSeriesAsync(listLatLon, startTime, endTime, compType, featureType, propertyName));
 }
Exemple #3
0
 public string GmlLatLonList(string listLatLon, System.DateTime requestedTime, WebApplication2.LatLonListZipCodeService.featureTypeType featureType, WebApplication2.LatLonListZipCodeService.weatherParametersType weatherParameters)
 {
     return(base.Channel.GmlLatLonList(listLatLon, requestedTime, featureType, weatherParameters));
 }