Class NoaaWeatherStationFeatureSource
public class NoaaWeatherStationFeatureSource : FeatureSource
- Inheritance
-
NoaaWeatherStationFeatureSource
- Inherited Members
Constructors
NoaaWeatherStationFeatureSource()
public NoaaWeatherStationFeatureSource()
Properties
TimeoutInSeconds
public int TimeoutInSeconds { get; set; }
Property Value
Methods
GetAllFeaturesCore(IEnumerable<string>)
protected override Collection<Feature> GetAllFeaturesCore(IEnumerable<string> returningColumnNames)
Parameters
returningColumnNames
IEnumerable<string>
Returns
GetColumnsCore()
protected override Collection<FeatureSourceColumn> GetColumnsCore()
Returns
GetCountCore()
protected override long GetCountCore()
Returns
GetFeaturesInsideBoundingBoxCore(RectangleShape, IEnumerable<string>)
protected override Collection<Feature> GetFeaturesInsideBoundingBoxCore(RectangleShape boundingBox, IEnumerable<string> returningColumnNames)
Parameters
boundingBox
RectangleShapereturningColumnNames
IEnumerable<string>
Returns
GetStationFeatures()
public Dictionary<string, Feature> GetStationFeatures()
Returns
OpenCore()
protected override void OpenCore()
UpdateWeatherStations()
public void UpdateWeatherStations()