Uses of Interface
ucar.units.Converter

Packages that use Converter
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 Converter in ucar.units
 

Classes in ucar.units that implement Converter
 class ConverterImpl
          Provides support for implementations of unit converters.
protected static class TimeScaleUnit.MyConverter
          Provides support for Converter-s.
protected static class UnitImpl.MyConverter
          Provides support for converting numeric values from this unit to another unit.
 

Methods in ucar.units that return Converter
static Converter ConverterImpl.create(Unit fromUnit, Unit toUnit)
          Factory method for creating a unit converter.
 Converter UnitImpl.getConverterTo(Unit outputUnit)
          Gets a Converter for converting numeric values from this unit to another, compatible unit.
 Converter TimeScaleUnit.getConverterTo(Unit outputUnit)
          Returns a Converter for converting numeric values from this unit to another unit.
 Converter Unit.getConverterTo(Unit outputUnit)
          Gets a Converter that converts numeric values from this unit to another, compatible unit.
 



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