|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.data.storm.StormTrackPoint
public class StormTrackPoint
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 |
|---|
public StormTrackPoint(EarthLocation pointLocation,
DateTime time,
int forecastHour,
List<Real> attrs)
pointLocation - _more_time - _more_forecastHour - _more_attrs - _more_| Method Detail |
|---|
public void setForecastHour(int value)
value - The new value for ForecastHourpublic int getForecastHour()
public void setTrackPointTime(DateTime time)
time - _more_public DateTime getTrackPointTime()
public void setTrackPointLocation(EarthLocation point)
point - _more_public EarthLocation getTrackPointLocation()
public List<Real> getTrackAttributes()
public String toString()
toString in class Objectpublic Real getAttribute(RealType type)
attrName - _more_type - _more_
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||