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
public class SoundingStation
- extends NamedStationImpl
Temporary holder for sounding station info. Wrapper around
ucar.unidata.metdata.NamedStationImpl
- Version:
- $Revision: 1.10 $
- Author:
- IDV Development Team
- See Also:
- Serialized Form
| 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 |
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 problem
VisADException - VisAD problem