|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.metdata.NamedStationImpl
ucar.unidata.data.sounding.SoundingStation
public class SoundingStation
Temporary holder for sounding station info. Wrapper around ucar.unidata.metdata.NamedStationImpl
| Constructor Summary | |
|---|---|
SoundingStation()
No-op ctor for unpersisting |
|
SoundingStation(ucar.unidata.geoloc.Station s)
Make a SoundingStation from a Station |
|
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 |
|---|
public SoundingStation()
public SoundingStation(String id,
double lat,
double lon,
double elev)
throws VisADException,
RemoteException
id - station idlat - station latitude (degrees)lon - station longitude (degrees)elev - station elevation (meters)
RemoteException - Java RMI problem
VisADException - VisAD problem
public SoundingStation(ucar.unidata.geoloc.Station s)
throws VisADException,
RemoteException
s - station
VisADException
RemoteException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||