示例#1
0
 public System.Threading.Tasks.Task <string> NDFDgenLatLonListAsync(string listLatLon, ServiceReference1.productType product, System.DateTime startTime, System.DateTime endTime, ServiceReference1.unitType Unit, ServiceReference1.weatherParametersType weatherParameters)
 {
     return(base.Channel.NDFDgenLatLonListAsync(listLatLon, product, startTime, endTime, Unit, weatherParameters));
 }
示例#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));
 }
示例#3
0
 public System.Threading.Tasks.Task <string> NDFDgenAsync(decimal latitude, decimal longitude, ServiceReference1.productType product, System.DateTime startTime, System.DateTime endTime, ServiceReference1.unitType Unit, ServiceReference1.weatherParametersType weatherParameters)
 {
     return(base.Channel.NDFDgenAsync(latitude, longitude, product, startTime, endTime, Unit, weatherParameters));
 }