ucar.unidata.data.sounding
Class CDMTrajectoryFeatureTypeInfo.StationBean

java.lang.Object
  extended by ucar.unidata.data.sounding.CDMTrajectoryFeatureTypeInfo.StationBean
All Implemented Interfaces:
Comparable<ucar.unidata.geoloc.Station>, ucar.unidata.geoloc.EarthLocation, ucar.unidata.geoloc.Station
Direct Known Subclasses:
CDMTrajectoryFeatureTypeInfo.TrajectoryFeatureBean
Enclosing class:
CDMTrajectoryFeatureTypeInfo

public static class CDMTrajectoryFeatureTypeInfo.StationBean
extends Object
implements ucar.unidata.geoloc.Station

Class description

Version:
Enter version here..., Wed, Dec 22, '10
Author:
Enter your name here...

Constructor Summary
CDMTrajectoryFeatureTypeInfo.StationBean()
          _more_
CDMTrajectoryFeatureTypeInfo.StationBean(ucar.unidata.geoloc.Station s)
          _more_
 
Method Summary
 int compareTo(ucar.unidata.geoloc.Station so)
          _more_
 double getAltitude()
          _more_
 String getDescription()
          _more_
 double getLatitude()
          _more_
 ucar.unidata.geoloc.LatLonPoint getLatLon()
          _more_
 double getLongitude()
          _more_
 String getName()
          _more_
 int getNobs()
          _more_
 String getWmoId()
          _more_
static String hiddenProperties()
          _more_
 boolean isMissing()
          _more_
 void setNobs(int npts)
          _more_
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CDMTrajectoryFeatureTypeInfo.StationBean

public CDMTrajectoryFeatureTypeInfo.StationBean()
_more_


CDMTrajectoryFeatureTypeInfo.StationBean

public CDMTrajectoryFeatureTypeInfo.StationBean(ucar.unidata.geoloc.Station s)
_more_

Parameters:
s - _more_
Method Detail

hiddenProperties

public static String hiddenProperties()
_more_

Returns:
_more_

getNobs

public int getNobs()
_more_

Returns:
_more_

setNobs

public void setNobs(int npts)
_more_

Parameters:
npts - _more_

getWmoId

public String getWmoId()
_more_

Specified by:
getWmoId in interface ucar.unidata.geoloc.Station
Returns:
_more_

getName

public String getName()
_more_

Specified by:
getName in interface ucar.unidata.geoloc.Station
Returns:
_more_

getDescription

public String getDescription()
_more_

Specified by:
getDescription in interface ucar.unidata.geoloc.Station
Returns:
_more_

getLatitude

public double getLatitude()
_more_

Specified by:
getLatitude in interface ucar.unidata.geoloc.EarthLocation
Returns:
_more_

getLongitude

public double getLongitude()
_more_

Specified by:
getLongitude in interface ucar.unidata.geoloc.EarthLocation
Returns:
_more_

getAltitude

public double getAltitude()
_more_

Specified by:
getAltitude in interface ucar.unidata.geoloc.EarthLocation
Returns:
_more_

getLatLon

public ucar.unidata.geoloc.LatLonPoint getLatLon()
_more_

Specified by:
getLatLon in interface ucar.unidata.geoloc.EarthLocation
Returns:
_more_

isMissing

public boolean isMissing()
_more_

Specified by:
isMissing in interface ucar.unidata.geoloc.EarthLocation
Returns:
_more_

compareTo

public int compareTo(ucar.unidata.geoloc.Station so)
_more_

Specified by:
compareTo in interface Comparable<ucar.unidata.geoloc.Station>
Parameters:
so - _more_
Returns:
_more_