Class StormTrackPoint

java.lang.Object
edu.wisc.ssec.mcidasv.data.cyclone.StormTrackPoint
All Implemented Interfaces:
Comparable

public class StormTrackPoint extends Object implements 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 Details

  • Constructor Details

  • Method Details

    • compareTo

      public int compareTo(Object o)
      Compare this object to another.
      Specified by:
      compareTo in interface Comparable
      Parameters:
      o - object in question.
      Returns:
      spec from Comparable interface.
    • setForecastHour

      public void setForecastHour(int value)
      Set the ForecastHour property.
      Parameters:
      value - The new value for ForecastHour
    • getForecastHour

      public int getForecastHour()
      Get the ForecastHour property.
      Returns:
      The ForecastHour
    • setTime

      public void setTime(DateTime time)
      _more_
      Parameters:
      time - _more_
    • getTime

      public DateTime getTime()
      _more_
      Returns:
      _more_
    • setLocation

      public void setLocation(EarthLocation point)
      _more_
      Parameters:
      point - _more_
    • getLocation

      _more_
      Returns:
      _more_
    • getTrackAttributes

      _more_
      Returns:
      _more_
    • toString

      public String toString()
      _more_
      Overrides:
      toString in class Object
      Returns:
      _more_
    • getAttribute

      public Real getAttribute(StormParam param)
      _more_
      Parameters:
      param - _more_
      Returns:
      _more_
    • setAttribute

      public void setAttribute(Real real)
      _more_
      Parameters:
      real - _more_
    • addAttribute

      public void addAttribute(Real attr)
      _more_
      Parameters:
      attr - _more_
    • setId

      public void setId(int value)
      Set the Id property.
      Parameters:
      value - The new value for Id
    • getId

      public int getId()
      Get the Id property.
      Returns:
      The Id
    • setEdited

      public void setEdited(boolean value)
      Set the Edited property.
      Parameters:
      value - The new value for Edited
    • getEdited

      public boolean getEdited()
      Get the Edited property.
      Returns:
      The Edited