Class StormParam

java.lang.Object
edu.wisc.ssec.mcidasv.data.cyclone.StormParam

public class StormParam extends Object
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

    • StormParam

      public StormParam()
      _more_
    • StormParam

      public StormParam(RealType type)
      _more_
      Parameters:
      type - _more_
    • StormParam

      public StormParam(RealType type, boolean derived)
      _more_
      Parameters:
      type - _more_
      derived - _more_
    • StormParam

      public StormParam(RealType type, boolean derived, boolean canDoDiff)
      _more_
      Parameters:
      type - _more_
      derived - _more_
      canDoDiff - _more_
    • StormParam

      public StormParam(RealType type, boolean derived, boolean canDoDiff, boolean chartList)
      _more_
      Parameters:
      type - _more_
      derived - _more_
      canDoDiff - _more_
      chartList - _more_
  • Method Details

    • getReal

      public Real getReal(double value) throws VisADException
      _more_
      Parameters:
      value - _more_
      Returns:
      _more_
      Throws:
      VisADException - _more_
    • getUnit

      public Unit getUnit()
      _more_
      Returns:
      _more_
    • hashCode

      public int hashCode()
      _more_
      Overrides:
      hashCode in class Object
      Returns:
      _more_
    • setCanDoDifference

      public void setCanDoDifference(boolean value)
      Set the CanDoDifference property.
      Parameters:
      value - The new value for CanDoDifference
    • getCanDoDifference

      public boolean getCanDoDifference()
      Get the CanDoDifference property.
      Returns:
      The CanDoDifference
    • setIsChartParam

      public void setIsChartParam(boolean value)
      Set the CanDoDifference property.
      Parameters:
      value - The new value for CanDoDifference
    • getIsChartParam

      public boolean getIsChartParam()
      Get the CanDoDifference property.
      Returns:
      The CanDoDifference
    • getAttribute

      public Real getAttribute(List<Real> attributes)
      _more_
      Parameters:
      attributes - _more_
      Returns:
      _more_
    • equals

      public boolean equals(Object o)
      _more_
      Overrides:
      equals in class Object
      Parameters:
      o - _more_
      Returns:
      _more_
    • toString

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

      public String getName()
      _more_
      Returns:
      _more_
    • setType

      public void setType(RealType value)
      Set the Type property.
      Parameters:
      value - The new value for Type
    • getType

      public RealType getType()
      Get the Type property.
      Returns:
      The Type
    • setDerived

      public void setDerived(boolean value)
      Set the Derived property.
      Parameters:
      value - The new value for Derived
    • getDerived

      public boolean getDerived()
      Get the Derived property.
      Returns:
      The Derived