Package ucar.unidata.data.sounding
Class SoundingStation
java.lang.Object
ucar.unidata.metdata.NamedStationImpl
ucar.unidata.data.sounding.SoundingStation
- All Implemented Interfaces:
Serializable
,Comparable
,NamedStation
,Station
Temporary holder for sounding station info. Wrapper around
ucar.unidata.metdata.NamedStationImpl
- Version:
- $Revision: 1.10 $
- Author:
- IDV Development Team
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNo-op ctor for unpersistingSoundingStation
(String id, double lat, double lon, double elev) Create a new SoundingStationSoundingStation
(ucar.unidata.geoloc.Station s) Make a SoundingStation from a Station -
Method Summary
Methods inherited from class ucar.unidata.metdata.NamedStationImpl
addProperty, compareTo, compareTo, equals, getAltitude, getAltitudeAsDouble, getAltitudeUnit, getCoords, getEarthLocation, getID, getIdentifier, getLatitude, getLongitude, getName, getNamedLocation, getProperties, getProperty, setAltitude, setID, setLatitude, setLongitude, setName, setNamedLocation, setNamedLocationTuple, setProperties, toString
-
Constructor Details
-
SoundingStation
public SoundingStation()No-op ctor for unpersisting -
SoundingStation
public SoundingStation(String id, double lat, double lon, double elev) throws VisADException, RemoteException Create a new SoundingStation- Parameters:
id
- station idlat
- station latitude (degrees)lon
- station longitude (degrees)elev
- station elevation (meters)- Throws:
RemoteException
- Java RMI problemVisADException
- VisAD problem
-
SoundingStation
Make a SoundingStation from a Station- Parameters:
s
- station- Throws:
VisADException
RemoteException
-