ucar.unidata.data.sounding
Class SoundingStation

java.lang.Object
  extended by ucar.unidata.metdata.NamedStationImpl
      extended by 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

Constructor Summary
SoundingStation()
          No-op ctor for unpersisting
SoundingStation(String id, double lat, double lon, double elev)
          Create a new SoundingStation
 
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
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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 id
lat - station latitude (degrees)
lon - station longitude (degrees)
elev - station elevation (meters)
Throws:
RemoteException - Java RMI problem
VisADException - VisAD problem