Class NoaaWeatherStationResponse
- Namespace
- ThinkGeo.Core
- Assembly
- ThinkGeo.Core.dll
public class NoaaWeatherStationResponse
- Inheritance
-
NoaaWeatherStationResponse
- Inherited Members
-
Constructors
NoaaWeatherStationResponse()
public NoaaWeatherStationResponse()
Properties
RequestIndex
public double RequestIndex { get; set; }
Property Value
- double
Stations
public List<NoaaWeatherStation> Stations { get; set; }
Property Value
- List<NoaaWeatherStation>
Methods
DownloadNoaaWeatherStationResponse()
public static NoaaWeatherStationResponse DownloadNoaaWeatherStationResponse()
Returns
- NoaaWeatherStationResponse