public class StationImpl extends EarthLocationImpl implements Station
| Modifier and Type | Field and Description |
|---|---|
protected String |
desc |
protected String |
name |
protected String |
wmoId |
alt, lat, lon| Modifier | Constructor and Description |
|---|---|
protected |
StationImpl() |
|
StationImpl(String name,
String desc,
String wmoId,
double lat,
double lon,
double alt) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Station so) |
String |
getDescription()
Station description
|
String |
getName()
Station name or id.
|
String |
getWmoId()
WMO station id
|
protected void |
setDescription(String desc) |
protected void |
setName(String name) |
protected void |
setWmoId(String wmoId) |
String |
toString() |
getAltitude, getLatitude, getLatLon, getLongitude, isMissing, setAltitude, setLatitude, setLongitudeclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAltitude, getLatitude, getLatLon, getLongitude, isMissingpublic String getName()
public String getDescription()
getDescription in interface Stationpublic String getWmoId()
protected void setName(String name)
protected void setDescription(String desc)
protected void setWmoId(String wmoId)
public int compareTo(Station so)
compareTo in interface Comparable<Station>public String toString()
toString in class EarthLocationImplCopyright © 1999-2012 UCAR/Unidata. All Rights Reserved.