|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectucar.unidata.geoloc.EarthLocationImpl
ucar.unidata.geoloc.StationImpl
ucar.nc2.iosp.adde.StationDB.Station
public class StationDB.Station
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()
altitude in meters; missing = NaN. |
String |
getDescription()
Station description |
double |
getLatitude()
latitude in decimal degrees north |
double |
getLongitude()
longitude in decimal degrees east |
String |
getName()
Station name or id. |
String |
getWmoId()
WMO station id |
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 |
---|
public String toString()
toString
in class StationImpl
public String getName()
StationImpl
getName
in interface Station
getName
in class StationImpl
public String getDescription()
StationImpl
getDescription
in interface Station
getDescription
in class StationImpl
public String getWmoId()
StationImpl
getWmoId
in interface Station
getWmoId
in class StationImpl
public double getLatitude()
EarthLocationImpl
getLatitude
in interface EarthLocation
getLatitude
in class EarthLocationImpl
public double getLongitude()
EarthLocationImpl
getLongitude
in interface EarthLocation
getLongitude
in class EarthLocationImpl
public double getAltitude()
EarthLocationImpl
getAltitude
in interface EarthLocation
getAltitude
in class EarthLocationImpl
public int compareTo(StationDB.Station so)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |