ucar.nc2.iosp.adde
Class StationDB.Station

java.lang.Object
  extended by ucar.unidata.geoloc.EarthLocationImpl
      extended by ucar.unidata.geoloc.StationImpl
          extended by ucar.nc2.iosp.adde.StationDB.Station
All Implemented Interfaces:
Comparable<Station>, EarthLocation, Station
Enclosing class:
StationDB

public class StationDB.Station
extends StationImpl


Field Summary
 
Fields inherited from class ucar.unidata.geoloc.StationImpl
wmoId
 
Fields inherited from class ucar.unidata.geoloc.EarthLocationImpl
alt
 
Method Summary
 int compareTo(StationDB.Station so)
           
 double getAltitude()
           
 String getDescription()
           
 double getLatitude()
           
 double getLongitude()
           
 String getName()
           
 String getWmoId()
           
 String toString()
           
 
Methods inherited from class ucar.unidata.geoloc.StationImpl
compareTo, setDescription, setName, setWmoId
 
Methods inherited from class ucar.unidata.geoloc.EarthLocationImpl
getLatLon, isMissing, setAltitude, setLatitude, setLongitude
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface ucar.unidata.geoloc.EarthLocation
getLatLon, isMissing
 

Method Detail

toString

public String toString()
Overrides:
toString in class StationImpl

getName

public String getName()
Specified by:
getName in interface Station
Overrides:
getName in class StationImpl

getDescription

public String getDescription()
Specified by:
getDescription in interface Station
Overrides:
getDescription in class StationImpl

getWmoId

public String getWmoId()
Specified by:
getWmoId in interface Station
Overrides:
getWmoId in class StationImpl

getLatitude

public double getLatitude()
Specified by:
getLatitude in interface EarthLocation
Overrides:
getLatitude in class EarthLocationImpl

getLongitude

public double getLongitude()
Specified by:
getLongitude in interface EarthLocation
Overrides:
getLongitude in class EarthLocationImpl

getAltitude

public double getAltitude()
Specified by:
getAltitude in interface EarthLocation
Overrides:
getAltitude in class EarthLocationImpl

compareTo

public int compareTo(StationDB.Station so)


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