org.rr0.im.business.event.circumstance
Interface Length

All Known Implementing Classes:
LengthImpl

public interface Length

A length between two locations.

Author:
Jérôme Beau
Version: 4 mai 2003 11:53:46

Method Summary
 doublegetValue(Locale locale)
          The distance length in feet for UK and US locales, and in meters for others.
 doubletoFeet()
           
 doubletoMeters()
           

Method Detail

getValue

public double getValue(Locale locale)
The distance length in feet for UK and US locales, and in meters for others.
Parameters:
locale The desired locale
Returns: The distance value, according to the locale

toFeet

public double toFeet()
Returns: The distance value, in feet

toMeters

public double toMeters()
Returns: The distance value, in meters