public class StormTrackPoint extends java.lang.Object implements java.lang.Comparable
Modifier and Type | Field and Description |
---|---|
private java.util.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 and Description |
---|
StormTrackPoint(EarthLocation pointLocation,
DateTime time,
int forecastHour,
java.util.List<Real> attrs)
_more_
|
StormTrackPoint(StormTrackPoint that)
copy ctor
|
Modifier and Type | Method and Description |
---|---|
void |
addAttribute(Real attr)
_more_
|
int |
compareTo(java.lang.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_
|
java.util.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_
|
java.lang.String |
toString()
_more_
|
private int id
private boolean edited
private EarthLocation location
private java.util.List<Real> attributes
private int forecastHour
public StormTrackPoint(StormTrackPoint that)
that
- The track point to copypublic StormTrackPoint(EarthLocation pointLocation, DateTime time, int forecastHour, java.util.List<Real> attrs)
pointLocation
- _more_time
- _more_forecastHour
- _more_attrs
- _more_public int compareTo(java.lang.Object o)
compareTo
in interface java.lang.Comparable
o
- object in question.public void setForecastHour(int value)
value
- The new value for ForecastHourpublic int getForecastHour()
public void setLocation(EarthLocation point)
point
- _more_public EarthLocation getLocation()
public java.util.List<Real> getTrackAttributes()
public java.lang.String toString()
toString
in class java.lang.Object
public 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()