Exemplo n.º 1
0
 public System.Threading.Tasks.Task <string> GmlTimeSeriesAsync(string listLatLon, System.DateTime startTime, System.DateTime endTime, ServiceReference1.compTypeType compType, ServiceReference1.featureTypeType featureType, string propertyName)
 {
     return(base.Channel.GmlTimeSeriesAsync(listLatLon, startTime, endTime, compType, featureType, propertyName));
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <string> GmlLatLonListAsync(string listLatLon, System.DateTime requestedTime, ServiceReference1.featureTypeType featureType, ServiceReference1.weatherParametersType weatherParameters)
 {
     return(base.Channel.GmlLatLonListAsync(listLatLon, requestedTime, featureType, weatherParameters));
 }