Click or drag to resize

Station Class

Contains basic information about a weather station.
Inheritance Hierarchy
SystemObject
  DegreeDays.Api.DataStation

Namespace: DegreeDays.Api.Data
Assembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax
public sealed class Station

The Station type exposes the following members.

Properties
 NameDescription
Public propertyDisplayName Gets the non-null, non-empty string representing the name of the weather station.
Public propertyElevation Gets the elevation of the weather station.
Public propertyId Gets the non-null, non-empty, canonical ID of the weather station. (See here for an explanation of what "canonical" means in this context.)
Public propertyLongLat Gets the longitude/latitude location of the weather station.
Top
Methods
 NameDescription
Public methodEquals Returns true if obj is a Station object with equal fields to this.
(Overrides ObjectEquals(Object))
Public methodGetHashCode Overridden to ensure consistency with Equals.
(Overrides ObjectGetHashCode)
Public methodToString Returns a non-null, non-empty string representation of this instance for logging and debugging purposes.
(Overrides ObjectToString)
Top
Thread Safety
Instances of this class are immutable. You can safely reuse them and call them from multiple threads at once.
See Also