Class GradsVariable


  • public class GradsVariable
    extends Object
    Hold information about a GrADS variable
    • Constructor Detail

      • GradsVariable

        public GradsVariable​(String varDescriptor)
        Create a variable from the descriptor
        Parameters:
        varDescriptor - the variable descriptor
    • Method Detail

      • getName

        public String getName()
        Get the variable name
        Returns:
        the varName
      • getNumLevels

        public int getNumLevels()
        Get the number of levels
        Returns:
        the numLevs
      • getDescription

        public String getDescription()
        Get the variable description
        Returns:
        the description
      • getUnitName

        public String getUnitName()
        Get the unit name
        Returns:
        the unitName
      • toString

        public String toString()
        Return a String representation of this object
        Overrides:
        toString in class Object
        Returns:
        a String representation of this object