ucar.unidata.data.sounding
Class CDMTrajectoryFeatureTypeInfo.TrajectoryFeatureBean

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

public static class CDMTrajectoryFeatureTypeInfo.TrajectoryFeatureBean
extends CDMTrajectoryFeatureTypeInfo.StationBean

Class description

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

Constructor Summary
CDMTrajectoryFeatureTypeInfo.TrajectoryFeatureBean(ucar.nc2.ft.TrajectoryFeature pfc)
          _more_
 
Method Summary
 int compareTo(ucar.unidata.geoloc.Station so)
          _more_
 double getAltitude()
          _more_
 float[] getAltitudes(ucar.ma2.Range range)
          _more_
 String getDescription()
          _more_
 double[] getDoubleData(ucar.ma2.Range range, String varStr)
          _more_
 float[] getFloatData(ucar.ma2.Range range, String varStr)
          _more_
 double getLatitude()
          _more_
 float[] getLatitudes(ucar.ma2.Range range)
          _more_
 ucar.unidata.geoloc.LatLonPoint getLatLon()
          _more_
 double getLongitude()
          _more_
 float[] getLongitudes(ucar.ma2.Range range)
          _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.TrajectoryFeatureBean

public CDMTrajectoryFeatureTypeInfo.TrajectoryFeatureBean(ucar.nc2.ft.TrajectoryFeature pfc)
_more_

Parameters:
pfc - _more_
Method Detail

hiddenProperties

public static String hiddenProperties()
_more_

Returns:
_more_

setNobs

public void setNobs(int npts)
_more_

Overrides:
setNobs in class CDMTrajectoryFeatureTypeInfo.StationBean
Parameters:
npts - _more_

getNobs

public int getNobs()
_more_

Overrides:
getNobs in class CDMTrajectoryFeatureTypeInfo.StationBean
Returns:
_more_

getName

public String getName()
_more_

Specified by:
getName in interface ucar.unidata.geoloc.Station
Overrides:
getName in class CDMTrajectoryFeatureTypeInfo.StationBean
Returns:
_more_

getDescription

public String getDescription()
_more_

Specified by:
getDescription in interface ucar.unidata.geoloc.Station
Overrides:
getDescription in class CDMTrajectoryFeatureTypeInfo.StationBean
Returns:
_more_

getWmoId

public String getWmoId()
_more_

Specified by:
getWmoId in interface ucar.unidata.geoloc.Station
Overrides:
getWmoId in class CDMTrajectoryFeatureTypeInfo.StationBean
Returns:
_more_

getLatitude

public double getLatitude()
_more_

Specified by:
getLatitude in interface ucar.unidata.geoloc.EarthLocation
Overrides:
getLatitude in class CDMTrajectoryFeatureTypeInfo.StationBean
Returns:
_more_

getLongitude

public double getLongitude()
_more_

Specified by:
getLongitude in interface ucar.unidata.geoloc.EarthLocation
Overrides:
getLongitude in class CDMTrajectoryFeatureTypeInfo.StationBean
Returns:
_more_

getAltitude

public double getAltitude()
_more_

Specified by:
getAltitude in interface ucar.unidata.geoloc.EarthLocation
Overrides:
getAltitude in class CDMTrajectoryFeatureTypeInfo.StationBean
Returns:
_more_

getLatLon

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

Specified by:
getLatLon in interface ucar.unidata.geoloc.EarthLocation
Overrides:
getLatLon in class CDMTrajectoryFeatureTypeInfo.StationBean
Returns:
_more_

compareTo

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

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

isMissing

public boolean isMissing()
_more_

Specified by:
isMissing in interface ucar.unidata.geoloc.EarthLocation
Overrides:
isMissing in class CDMTrajectoryFeatureTypeInfo.StationBean
Returns:
_more_

getLatitudes

public float[] getLatitudes(ucar.ma2.Range range)
_more_

Returns:
_more_

getLongitudes

public float[] getLongitudes(ucar.ma2.Range range)
_more_

Returns:
_more_

getAltitudes

public float[] getAltitudes(ucar.ma2.Range range)
_more_

Returns:
_more_

getFloatData

public float[] getFloatData(ucar.ma2.Range range,
                            String varStr)
                     throws Exception
_more_

Parameters:
range - _more_
varStr - _more_
Returns:
_more_
Throws:
Exception - _more_

getDoubleData

public double[] getDoubleData(ucar.ma2.Range range,
                              String varStr)
                       throws Exception
_more_

Parameters:
range - _more_
varStr - _more_
Returns:
_more_
Throws:
Exception - _more_