ucar.unidata.geoloc
Interface Station

All Superinterfaces:
java.lang.Comparable<Station>, EarthLocation
All Known Subinterfaces:
StationProfileFeature, StationTimeSeriesFeature
All Known Implementing Classes:
StationImpl, StationImpl

public interface Station
extends EarthLocation, java.lang.Comparable<Station>

A named location on the earth.

Since:
Feb 18, 2008
Author:
caron

Method Summary
 java.lang.String getDescription()
          Station description
 java.lang.String getName()
          Station name or id.
 java.lang.String getWmoId()
          WMO station id.
 
Methods inherited from interface ucar.unidata.geoloc.EarthLocation
getAltitude, getLatitude, getLatLon, getLongitude, isMissing
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getName

java.lang.String getName()
Station name or id. Must be unique within the collection

Returns:
station name or id. May not be null.

getWmoId

java.lang.String getWmoId()
WMO station id.

Returns:
WMO station id, or null.

getDescription

java.lang.String getDescription()
Station description

Returns:
station description