Skip to content

NoaaWeatherStation

Namespace: ThinkGeo.Core

public class NoaaWeatherStation

Inheritance ObjectNoaaWeatherStation

Properties

StationId

public string StationId { get; set; }

Property Value

String

Name

public string Name { get; set; }

Property Value

String

State

public string State { get; set; }

Property Value

String

Country

public string Country { get; set; }

Property Value

String

Latitude

public double Latitude { get; set; }

Property Value

Double

Longitude

public double Longitude { get; set; }

Property Value

Double

Elevation

public double Elevation { get; set; }

Property Value

Double

SiteType

public NoaaWeatherStationSiteType SiteType { get; set; }

Property Value

NoaaWeatherStationSiteType

Description

public string Description { get; set; }

Property Value

String

Temperature

public string Temperature { get; set; }

Property Value

String

Constructors

NoaaWeatherStation()

public NoaaWeatherStation()

Methods

ToFeature()

public Feature ToFeature()

Returns

Feature

FillDescriptionAndTemperature()

public void FillDescriptionAndTemperature()