Package ucar.visad

Class WxSymbolGroup

java.lang.Object
ucar.visad.WxSymbolGroup

public class WxSymbolGroup extends Object
Class WxSymbolGroup holds information about the different symbol groups and symbols available from the visad. meteorology.WeatherSymbols class
Version:
$Revision: 1.2 $
Author:
IDV Development Team
  • Method Details

    • getSymbols

      public List getSymbols()
      Get the TwoFacedObjects that describe each symbol
      Returns:
      symbols
    • getSymbolGroups

      public static List getSymbolGroups()
      get groups
      Returns:
      All of the WxSymbolGroups
    • getIndex

      public static int getIndex(String symbolName)
      Get the index into the WeatherSymbols list for the given symbol name
      Parameters:
      symbolName - symbol
      Returns:
      index or -1 if not found
    • getName

      public static String getName(String symbolName)
      Get the long name for the given symbol
      Parameters:
      symbolName - symbol
      Returns:
      name or null if not found
    • getName

      public String getName()
      Get name of this group
      Returns:
      name