| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.wisc.ssec.mcidasv.data.cyclone.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.
| Field Summary | |
|---|---|
| private  List<Real> | attributes_more_ | 
| private  boolean | edited_more_ | 
| private  int | forecastHour_more_ | 
| private  int | id_more_ | 
| private  EarthLocation | location_more_ | 
| private  DateTime | time_more_ | 
| Constructor Summary | |
|---|---|
| StormTrackPoint(EarthLocation pointLocation,
                               DateTime time,
                               int forecastHour,
                               List<Real> attrs)_more_ | |
| StormTrackPoint(StormTrackPoint that)copy ctor | |
| Method Summary | |
|---|---|
|  void | addAttribute(Real attr)_more_ | 
|  int | compareTo(Object o)Compare this object to another. | 
|  Real | getAttribute(StormParam param)_more_ | 
|  boolean | getEdited()Get the Edited property. | 
|  int | getForecastHour()Get the ForecastHour property. | 
|  int | getId()Get the Id property. | 
|  EarthLocation | getLocation()_more_ | 
|  DateTime | getTime()_more_ | 
|  List<Real> | getTrackAttributes()_more_ | 
|  void | setAttribute(Real real)_more_ | 
|  void | setEdited(boolean value)Set the Edited property. | 
|  void | setForecastHour(int value)Set the ForecastHour property. | 
|  void | setId(int value)Set the Id property. | 
|  void | setLocation(EarthLocation point)_more_ | 
|  void | setTime(DateTime time)_more_ | 
|  String | toString()_more_ | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
|---|
private int id
private boolean edited
private EarthLocation location
private DateTime time
private List<Real> attributes
private int forecastHour
| Constructor Detail | 
|---|
public StormTrackPoint(StormTrackPoint that)
that - The track point to copy
public StormTrackPoint(EarthLocation pointLocation,
                       DateTime time,
                       int forecastHour,
                       List<Real> attrs)
pointLocation - _more_time - _more_forecastHour - _more_attrs - _more_| Method Detail | 
|---|
public int compareTo(Object o)
compareTo in interface Comparableo - object in question.
public void setForecastHour(int value)
value - The new value for ForecastHourpublic int getForecastHour()
public void setTime(DateTime time)
time - _more_public DateTime getTime()
public void setLocation(EarthLocation point)
point - _more_public EarthLocation getLocation()
public List<Real> getTrackAttributes()
public String toString()
toString in class Objectpublic Real getAttribute(StormParam param)
param - _more_
public void setAttribute(Real real)
real - _more_public void addAttribute(Real attr)
attr - _more_public void setId(int value)
value - The new value for Idpublic int getId()
public void setEdited(boolean value)
value - The new value for Editedpublic boolean getEdited()
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||