ucar.unidata.data.storm
Class StormTrackPoint

java.lang.Object
  extended by ucar.unidata.data.storm.StormTrackPoint

public class StormTrackPoint
extends Object

Created by IntelliJ IDEA. User: yuanho Date: Apr 18, 2008 Time: 1:45:38 PM To change this template use File | Settings | File Templates.


Constructor Summary
StormTrackPoint(EarthLocation pointLocation, DateTime time, int forecastHour, List<Real> attrs)
          _more_
 
Method Summary
 Real getAttribute(RealType type)
          _more_
 int getForecastHour()
          Get the ForecastHour property.
 List<Real> getTrackAttributes()
          _more_
 EarthLocation getTrackPointLocation()
          _more_
 DateTime getTrackPointTime()
          _more_
 void setForecastHour(int value)
          Set the ForecastHour property.
 void setTrackPointLocation(EarthLocation point)
          _more_
 void setTrackPointTime(DateTime time)
          _more_
 String toString()
          _more_
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StormTrackPoint

public StormTrackPoint(EarthLocation pointLocation,
                       DateTime time,
                       int forecastHour,
                       List<Real> attrs)
_more_

Parameters:
pointLocation - _more_
time - _more_
forecastHour - _more_
attrs - _more_
Method Detail

setForecastHour

public void setForecastHour(int value)
Set the ForecastHour property.

Parameters:
value - The new value for ForecastHour

getForecastHour

public int getForecastHour()
Get the ForecastHour property.

Returns:
The ForecastHour

setTrackPointTime

public void setTrackPointTime(DateTime time)
_more_

Parameters:
time - _more_

getTrackPointTime

public DateTime getTrackPointTime()
_more_

Returns:
_more_

setTrackPointLocation

public void setTrackPointLocation(EarthLocation point)
_more_

Parameters:
point - _more_

getTrackPointLocation

public EarthLocation getTrackPointLocation()
_more_

Returns:
_more_

getTrackAttributes

public List<Real> getTrackAttributes()
_more_

Returns:
_more_

toString

public String toString()
_more_

Overrides:
toString in class Object
Returns:
_more_

getAttribute

public Real getAttribute(RealType type)
_more_

Parameters:
attrName - _more_
type - _more_
Returns:
_more_