Table of Contents

Class NoaaWeatherStation

Namespace
ThinkGeo.Core
Assembly
ThinkGeo.Core.dll
public class NoaaWeatherStation
Inheritance
NoaaWeatherStation
Inherited Members

Constructors

NoaaWeatherStation()

public NoaaWeatherStation()

Properties

Country

public string Country { get; set; }

Property Value

string

Description

public string Description { get; set; }

Property Value

string

Elevation

public double Elevation { get; set; }

Property Value

double

Latitude

public double Latitude { get; set; }

Property Value

double

Longitude

public double Longitude { get; set; }

Property Value

double

Name

public string Name { get; set; }

Property Value

string

SiteType

public NoaaWeatherStationSiteType SiteType { get; set; }

Property Value

NoaaWeatherStationSiteType

State

public string State { get; set; }

Property Value

string

StationId

public string StationId { get; set; }

Property Value

string

Temperature

public string Temperature { get; set; }

Property Value

string

Methods

FillDescriptionAndTemperature()

public void FillDescriptionAndTemperature()

ToFeature()

public Feature ToFeature()

Returns

Feature