Class StormTrackPoint
java.lang.Object
edu.wisc.ssec.mcidasv.data.cyclone.StormTrackPoint
- All Implemented Interfaces:
Comparable
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
FieldsModifier and TypeFieldDescription_more_private boolean
_more_private int
_more_private int
_more_private EarthLocation
_more_private DateTime
_more_ -
Constructor Summary
ConstructorsConstructorDescriptioncopy ctorStormTrackPoint
(EarthLocation pointLocation, DateTime time, int forecastHour, List<Real> attrs) _more_ -
Method Summary
Modifier and TypeMethodDescriptionvoid
addAttribute
(Real attr) _more_int
Compare this object to another.getAttribute
(StormParam param) _more_boolean
Get the Edited property.int
Get the ForecastHour property.int
getId()
Get the Id property._more_getTime()
_more__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
_more_toString()
_more_
-
Field Details
-
id
_more_ -
edited
_more_ -
location
_more_ -
time
_more_ -
attributes
_more_ -
forecastHour
_more_
-
-
Constructor Details
-
StormTrackPoint
copy ctor- Parameters:
that
- The track point to copy
-
StormTrackPoint
public StormTrackPoint(EarthLocation pointLocation, DateTime time, int forecastHour, List<Real> attrs) _more_- Parameters:
pointLocation
- _more_time
- _more_forecastHour
- _more_attrs
- _more_
-
-
Method Details
-
compareTo
Compare this object to another.- Specified by:
compareTo
in interfaceComparable
- Parameters:
o
- object in question.- Returns:
- spec from Comparable interface.
-
setForecastHour
Set the ForecastHour property.- Parameters:
value
- The new value for ForecastHour
-
getForecastHour
Get the ForecastHour property.- Returns:
- The ForecastHour
-
setTime
_more_- Parameters:
time
- _more_
-
getTime
_more_- Returns:
- _more_
-
setLocation
_more_- Parameters:
point
- _more_
-
getLocation
_more_- Returns:
- _more_
-
getTrackAttributes
_more_- Returns:
- _more_
-
toString
_more_ -
getAttribute
_more_- Parameters:
param
- _more_- Returns:
- _more_
-
setAttribute
_more_- Parameters:
real
- _more_
-
addAttribute
_more_- Parameters:
attr
- _more_
-
setId
Set the Id property.- Parameters:
value
- The new value for Id
-
getId
Get the Id property.- Returns:
- The Id
-
setEdited
Set the Edited property.- Parameters:
value
- The new value for Edited
-
getEdited
Get the Edited property.- Returns:
- The Edited
-