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

      public SoundingStation(ucar.unidata.geoloc.Station s) throws VisADException, RemoteException
      Make a SoundingStation from a Station
      Parameters:
      s - station
      Throws:
      VisADException
      RemoteException