Station |
The StationIdLocation type exposes the following members.
Name | Description | |
---|---|---|
StationIdLocation | Constructs a StationIdLocation object with the specified weather station ID. |
Name | Description | |
---|---|---|
StationId | Gets the non-null, non-empty string ID of the weather station that this StationIdLocation represents. |
Name | Description | |
---|---|---|
Equals |
Two Location objects are equal if it can be ascertained that
they both represent the exact same weather station(s) or geographic
location, and that two requests for data, one with each
Location and identical in every other respect, would return
identical data.
(Inherited from Location) | |
GetHashCode |
Overridden to ensure consistency with Equals.
(Inherited from Location) | |
ToString |
Returns a non-null, non-empty string representation of this instance for logging and debugging purposes.
(Overrides ObjectToString) |