Package ucar.unidata.geoloc
Class StationImpl
java.lang.Object
ucar.unidata.geoloc.EarthLocationImpl
ucar.unidata.geoloc.StationImpl
- All Implemented Interfaces:
Comparable<Station>,EarthLocation,Station
Deprecated.
only use Station in 6.
Implementation of Station
-
Constructor Summary
ConstructorsConstructorDescriptionStationImpl(String name, String desc, String wmoId, double lat, double lon, double alt) Deprecated.StationImpl(String name, String desc, String wmoId, double lat, double lon, double alt, int nobs) Deprecated.StationImpl(Station s, int nobs) Deprecated. -
Method Summary
Methods inherited from class ucar.unidata.geoloc.EarthLocationImpl
getAltitude, getLatitude, getLatLon, getLongitude, isMissingMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface ucar.unidata.geoloc.EarthLocation
getAltitude, getLatitude, getLatLon, getLongitude, isMissing
-
Constructor Details
-
Method Details
-
getName
Deprecated.Station name or id. Must be unique within the collection -
getDescription
Deprecated.Station description- Specified by:
getDescriptionin interfaceStation- Returns:
- station description
-
getWmoId
Deprecated.WMO station id -
getNobs
public int getNobs()Deprecated.Description copied from interface:Stationget Number of obs at this station -
incrNobs
public void incrNobs()Deprecated. -
compareTo
Deprecated.- Specified by:
compareToin interfaceComparable<Station>
-
toString
Deprecated.- Overrides:
toStringin classEarthLocationImpl
-