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, setLongitude
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getAltitude, getLatitude, getLatLon, getLongitude, isMissing
public String getName()
public String getDescription()
getDescription
in interface Station
public 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 EarthLocationImpl
Copyright © 1999–2015 UCAR/Unidata. All rights reserved.