Uses of Class
org.opentrafficsim.xml.bindings.UnitAdapter

Packages that use UnitAdapter 
Package Description
org.opentrafficsim.xml.bindings
Converters for different XML formats.
  • Uses of UnitAdapter in org.opentrafficsim.xml.bindings

    Subclasses of UnitAdapter in org.opentrafficsim.xml.bindings 
    Modifier and Type Class Description
    class  AccelerationAdapter
    AccelerationAdapter converts between the XML String for an Acceleration and the DJUnits Acceleration.
    class  AngleAdapter
    AngleAdapter converts between the XML String for an Angle and the DJUnits Angle.
    class  DirectionAdapter
    DirectionAdapter converts between the XML String for an Direction and the DJUnits Direction.
    class  DurationAdapter
    DurationAdapter converts between the XML String for a Duration and the DJUnits Duration.
    class  FrequencyAdapter
    FrequencyAdapter converts between the XML String for a Frequency and the DJUnits Frequency.
    class  LengthAdapter
    SignedLengthAdapter converts between the XML String for a Length and the DJUnits Length.
    class  LinearDensityAdapter
    LinearDensityAdapter converts between the XML String for a LinearDensity and the DJUnits LinearDensity.
    class  PerLengthAdapter
    PerLengthAdapter converts between the XML String for a LinearDensity and the DJUnits LinearDensity.
    class  PositiveLengthAdapter
    LengthAdapter converts between the XML String for a Length and the DJUnits Length.
    class  SpeedAdapter
    SpeedAdapter converts between the XML String for a Speed and the DJUnits Speed.
    class  TimeAdapter
    TimeAdapter converts between the XML String for a Time and the DJUnits Time.