Skip to content

StationsUpdatedNoaaWeatherStationMonitorEventArgs

Namespace: ThinkGeo.Core

public class StationsUpdatedNoaaWeatherStationMonitorEventArgs : System.EventArgs

Inheritance ObjectEventArgsStationsUpdatedNoaaWeatherStationMonitorEventArgs

Properties

RTree

public STRtree<string> RTree { get; }

Property Value

STRtree<String>

WeatherStations

public Dictionary<string, Feature> WeatherStations { get; }

Property Value

Dictionary<String, Feature>

Constructors

StationsUpdatedNoaaWeatherStationMonitorEventArgs()

public StationsUpdatedNoaaWeatherStationMonitorEventArgs()

StationsUpdatedNoaaWeatherStationMonitorEventArgs(IDictionary<String, Feature>)

public StationsUpdatedNoaaWeatherStationMonitorEventArgs(IDictionary<string, Feature> weatherStations)

Parameters

weatherStations IDictionary<String, Feature>