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 TypeMethodDescriptionvoidaddAttribute(Real attr) _more_intCompare this object to another.getAttribute(StormParam param) _more_booleanGet the Edited property.intGet the ForecastHour property.intgetId()Get the Id property._more_getTime()_more__more_voidsetAttribute(Real real) _more_voidsetEdited(boolean value) Set the Edited property.voidsetForecastHour(int value) Set the ForecastHour property.voidsetId(int value) Set the Id property.voidsetLocation(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:
compareToin 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
-