ucar.visad
Class WxSymbolGroup

java.lang.Object
  extended by 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 Summary
static int getIndex(String symbolName)
          Get the index into the WeatherSymbols list for the given symbol name
 String getName()
          Get name of this group
static String getName(String symbolName)
          Get the long name for the given symbol
static List getSymbolGroups()
          get groups
 List getSymbols()
          Get the TwoFacedObjects that describe each symbol
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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