NoaaWeatherStation¶
Namespace: ThinkGeo.Core
public class NoaaWeatherStation
Inheritance Object → NoaaWeatherStation
Properties¶
StationId¶
public string StationId { get; set; }
Property Value¶
Name¶
public string Name { get; set; }
Property Value¶
State¶
public string State { get; set; }
Property Value¶
Country¶
public string Country { get; set; }
Property Value¶
Latitude¶
public double Latitude { get; set; }
Property Value¶
Longitude¶
public double Longitude { get; set; }
Property Value¶
Elevation¶
public double Elevation { get; set; }
Property Value¶
SiteType¶
public NoaaWeatherStationSiteType SiteType { get; set; }
Property Value¶
Description¶
public string Description { get; set; }
Property Value¶
Temperature¶
public string Temperature { get; set; }
Property Value¶
Constructors¶
NoaaWeatherStation()¶
public NoaaWeatherStation()
Methods¶
ToFeature()¶
public Feature ToFeature()
Returns¶
FillDescriptionAndTemperature()¶
public void FillDescriptionAndTemperature()