Uses of Class
ucar.units.PrefixExistsException

Packages that use PrefixExistsException
ucar.units Provides support for parsing and formatting string unit specification, converting numerical values between compatible units, and performing arithmetic on units (such as dividing one unit by another). 
 

Uses of PrefixExistsException in ucar.units
 

Methods in ucar.units that throw PrefixExistsException
 void PrefixDB.addName(String name, double value)
          Adds a prefix to the database by name.
 void PrefixDBImpl.addName(String name, double value)
          Adds a prefix to the database by name.
 void PrefixDB.addSymbol(String symbol, double value)
          Adds a prefix to the database by symbol.
 void PrefixDBImpl.addSymbol(String symbol, double value)
          Adds a prefix symbol to the database.
 



Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.