Station Class |
The Station type exposes the following members.
Name | Description | |
---|---|---|
DisplayName | Gets the non-null, non-empty string representing the name of the weather station. | |
Elevation | Gets the elevation of the weather station. | |
Id | Gets the non-null, non-empty, canonical ID of the weather station. (See here for an explanation of what "canonical" means in this context.) | |
LongLat | Gets the longitude/latitude location of the weather station. |
Name | Description | |
---|---|---|
Equals |
Returns true if obj is a Station object with
equal fields to this.
(Overrides ObjectEquals(Object)) | |
GetHashCode |
Overridden to ensure consistency with Equals.
(Overrides ObjectGetHashCode) | |
ToString |
Returns a non-null, non-empty string representation of this instance for logging and debugging purposes.
(Overrides ObjectToString) |