Table of Contents

Class NoaaWeatherStationFeatureSource

Namespace
ThinkGeo.Core
Assembly
ThinkGeo.Core.dll
public class NoaaWeatherStationFeatureSource : FeatureSource
Inheritance
NoaaWeatherStationFeatureSource
Inherited Members

Constructors

NoaaWeatherStationFeatureSource()

public NoaaWeatherStationFeatureSource()

Properties

TimeoutInSeconds

public int TimeoutInSeconds { get; set; }

Property Value

int

Methods

GetAllFeaturesCore(IEnumerable<string>)

protected override Collection<Feature> GetAllFeaturesCore(IEnumerable<string> returningColumnNames)

Parameters

returningColumnNames IEnumerable<string>

Returns

Collection<Feature>

GetColumnsCore()

protected override Collection<FeatureSourceColumn> GetColumnsCore()

Returns

Collection<FeatureSourceColumn>

GetCountCore()

protected override long GetCountCore()

Returns

long

GetFeaturesInsideBoundingBoxCore(RectangleShape, IEnumerable<string>)

protected override Collection<Feature> GetFeaturesInsideBoundingBoxCore(RectangleShape boundingBox, IEnumerable<string> returningColumnNames)

Parameters

boundingBox RectangleShape
returningColumnNames IEnumerable<string>

Returns

Collection<Feature>

GetStationFeatures()

public Dictionary<string, Feature> GetStationFeatures()

Returns

Dictionary<string, Feature>

OpenCore()

protected override void OpenCore()

UpdateWeatherStations()

public void UpdateWeatherStations()