Class IdentityScale

java.lang.Object
org.djunits.unit.scale.LinearScale
org.djunits.unit.scale.IdentityScale
All Implemented Interfaces:
Serializable, Scale

public final class IdentityScale
extends LinearScale
A Scale for standard, e.g. SI, units. Values in these units need no conversion.

Copyright (c) 2013-2019 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.

Author:
Alexander Verbraeck, Peter Knoppers
See Also:
Serialized Form
  • Field Details

    • SCALE

      public static final IdentityScale SCALE
      A ready-to-use instance of the standard scale (they are all the same...).
  • Method Details