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