コード例 #1
0
ファイル: Reference.cs プロジェクト: Lokeshwar0304/445
 public System.Threading.Tasks.Task <string> GmlLatLonListAsync(string listLatLon, System.DateTime requestedTime, WebApplication1.WeatherGovService.featureTypeType featureType, WebApplication1.WeatherGovService.weatherParametersType weatherParameters)
 {
     return(base.Channel.GmlLatLonListAsync(listLatLon, requestedTime, featureType, weatherParameters));
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: Lokeshwar0304/445
 public System.Threading.Tasks.Task <string> GmlTimeSeriesAsync(string listLatLon, System.DateTime startTime, System.DateTime endTime, WebApplication1.WeatherGovService.compTypeType compType, WebApplication1.WeatherGovService.featureTypeType featureType, string propertyName)
 {
     return(base.Channel.GmlTimeSeriesAsync(listLatLon, startTime, endTime, compType, featureType, propertyName));
 }
コード例 #3
0
ファイル: Reference.cs プロジェクト: Lokeshwar0304/445
 public string GmlLatLonList(string listLatLon, System.DateTime requestedTime, WebApplication1.WeatherGovService.featureTypeType featureType, WebApplication1.WeatherGovService.weatherParametersType weatherParameters)
 {
     return(base.Channel.GmlLatLonList(listLatLon, requestedTime, featureType, weatherParameters));
 }