ucar.unidata.geoloc
Interface Station

All Superinterfaces:
Comparable<Station>, EarthLocation
All Known Subinterfaces:
StationProfileFeature, StationTimeSeriesFeature
All Known Implementing Classes:
GempakStation, StationDB.Station, StationFeatureImpl, StationImpl, StationImpl, StationProfileFeatureImpl

public interface Station
extends EarthLocation, Comparable<Station>

A named location on the earth.

Since:
Feb 18, 2008
Author:
caron

Method Summary
 String getDescription()
          Station description
 String getName()
          Station name or id.
 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

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

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

getWmoId

String getWmoId()
WMO station id.

Returns:
WMO station id, or null.

getDescription

String getDescription()
Station description

Returns:
station description


Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.