Class Distance

java.lang.Object
ch.tocco.nice2.toolbox.api.util.Distance
All Implemented Interfaces:
Serializable

public class Distance extends Object implements Serializable
Holds distances normalized to km offering some convenience access methods.
See Also:
  • Constructor Details

    • Distance

      public Distance(BigDecimal km)
      Constructs a distance with the given argument interpreted as KM.
  • Method Details