Package ucar.nc2.iosp.bufr
Class BufrConfig.BufrStation
- java.lang.Object
-
- ucar.unidata.geoloc.EarthLocationImpl
-
- ucar.unidata.geoloc.StationImpl
-
- ucar.nc2.iosp.bufr.BufrConfig.BufrStation
-
- All Implemented Interfaces:
Comparable<Station>
,EarthLocation
,Station
- Enclosing class:
- BufrConfig
public class BufrConfig.BufrStation extends StationImpl
-
-
Field Summary
Fields Modifier and Type Field Description int
count
-
Fields inherited from class ucar.unidata.geoloc.StationImpl
desc, name, nobs, wmoId
-
Fields inherited from class ucar.unidata.geoloc.EarthLocationImpl
alt, lat, lon
-
-
Constructor Summary
Constructors Constructor Description BufrStation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
int
hashCode()
-
Methods inherited from class ucar.unidata.geoloc.StationImpl
compareTo, getDescription, getName, getNobs, getWmoId, incrNobs, setDescription, setName, setNobs, 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, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface ucar.unidata.geoloc.EarthLocation
getAltitude, getLatitude, getLatLon, getLongitude, isMissing
-
-