IWeatherReferenceService
USI.Weather
Public SDK type.
public interface IWeatherReferenceServiceMethods
TryGetAirportsAsync
public Task<USIResult<WeatherCollection<AirportWeatherReference>>> TryGetAirportsAsync(IEnumerable<String> identifiers, CancellationToken cancellationToken = null)TryGetFixesAsync
public Task<USIResult<WeatherCollection<WeatherFixReference>>> TryGetFixesAsync(IEnumerable<String> identifiers, CancellationToken cancellationToken = null)TryGetFixesAsync
public Task<USIResult<WeatherCollection<WeatherFixReference>>> TryGetFixesAsync(WeatherBoundingBox bounds, CancellationToken cancellationToken = null)TryGetGeographicFeaturesAsync
public Task<USIResult<WeatherCollection<WeatherGeographicFeature>>> TryGetGeographicFeaturesAsync(WeatherBoundingBox bounds, CancellationToken cancellationToken = null)TryGetNavaidsAsync
public Task<USIResult<WeatherCollection<NavaidWeatherReference>>> TryGetNavaidsAsync(IEnumerable<String> identifiers, CancellationToken cancellationToken = null)TryGetNavaidsAsync
public Task<USIResult<WeatherCollection<NavaidWeatherReference>>> TryGetNavaidsAsync(WeatherBoundingBox bounds, CancellationToken cancellationToken = null)TryGetObstaclesAsync
public Task<USIResult<WeatherCollection<WeatherAviationObstacle>>> TryGetObstaclesAsync(WeatherBoundingBox bounds, CancellationToken cancellationToken = null)TryGetStationsAsync
public Task<USIResult<WeatherCollection<WeatherStation>>> TryGetStationsAsync(IEnumerable<String> identifiers, CancellationToken cancellationToken = null)