|
||||||||||
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.dt.StationImpl
public class StationImpl
Implementation of Station
Field Summary | |
---|---|
protected int |
count
|
protected List<StationObsDatatype> |
obsList
|
Fields inherited from class ucar.unidata.geoloc.StationImpl |
---|
desc, name, wmoId |
Fields inherited from class ucar.unidata.geoloc.EarthLocationImpl |
---|
alt, lat, lon |
Constructor Summary | |
---|---|
StationImpl()
|
|
StationImpl(String name,
String desc,
double lat,
double lon,
double alt)
|
|
StationImpl(String name,
String desc,
double lat,
double lon,
double alt,
int count)
|
Method Summary | |
---|---|
void |
addObs(StationObsDatatype sobs)
|
int |
getNumObservations()
|
List |
getObservations()
|
void |
incrCount()
|
protected List<StationObsDatatype> |
readObservations()
|
Methods inherited from class ucar.unidata.geoloc.StationImpl |
---|
compareTo, getDescription, getName, getWmoId, setDescription, setName, setWmoId, toString |
Methods inherited from class ucar.unidata.geoloc.EarthLocationImpl |
---|
getAltitude, getLatitude, getLatLon, getLongitude, 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 |
---|
getAltitude, getLatitude, getLatLon, getLongitude, isMissing |
Field Detail |
---|
protected List<StationObsDatatype> obsList
protected int count
Constructor Detail |
---|
public StationImpl()
public StationImpl(String name, String desc, double lat, double lon, double alt)
public StationImpl(String name, String desc, double lat, double lon, double alt, int count)
Method Detail |
---|
public int getNumObservations()
public void incrCount()
public List getObservations() throws IOException
IOException
public void addObs(StationObsDatatype sobs)
protected List<StationObsDatatype> readObservations() throws IOException
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |