Uses of Class
visad.BaseQuantity

Packages that use BaseQuantity
visad The core VisAD package, providing support for VisAD's Data & MathType hierarchy, as well as for VisAD Displays and remote collaboration. 
 

Uses of BaseQuantity in visad
 

Methods in visad that return BaseQuantity
static BaseQuantity BaseQuantity.add(String name)
          Add a base quantity to the database.
static BaseQuantity BaseQuantity.add(String name, String alias)
          Add a base quantity with an alias to the database.
static BaseQuantity BaseQuantity.add(String name, String[] aliases)
          Add a base quantity with aliases to the database.
static BaseQuantity BaseQuantity.get(int i)
          Retrieve the base quantity associated with a given index.
static BaseQuantity BaseQuantity.get(String name)
          Retrieve a base quantity from the database based on a match of either the name or an alias.
static BaseQuantity BaseQuantity.getByAlias(String name)
          Retrieve a base quantity from the database based on a match of an alias.
static BaseQuantity BaseQuantity.getByName(String name)
          Retrieve a base quantity from the database based on a match of the name.