NoaaWeatherStationResponse¶
Namespace: ThinkGeo.Core
Represents a deserialized NOAA station response containing basic station metadata.
public class NoaaWeatherStationResponse
Inheritance Object → NoaaWeatherStationResponse
Properties¶
RequestIndex¶
Gets or sets the RequestIndex.
public double RequestIndex { get; set; }
Property Value¶
Stations¶
Gets or sets the Stations.
public List<NoaaWeatherStation> Stations { get; set; }
Property Value¶
Constructors¶
NoaaWeatherStationResponse()¶
public NoaaWeatherStationResponse()
Methods¶
DownloadNoaaWeatherStationResponse()¶
Downloads and deserializes the latest NOAA station metadata response.
public static NoaaWeatherStationResponse DownloadNoaaWeatherStationResponse()
Returns¶
NoaaWeatherStationResponse
The populated response object, or null when the request fails.