Uses of Class
org.djunits.unit.unitsystem.UnitSystem
Package | Description |
---|---|
org.djunits.unit |
Units for version 4 of DJUNITS.
|
org.djunits.unit.unitsystem |
Classes for various unit systems, such as SI, SI-derived, Imperial.
|
-
Uses of UnitSystem in org.djunits.unit
Methods in org.djunits.unit that return UnitSystem Modifier and Type Method Description UnitSystem
Unit.Builder. getUnitSystem()
Retrieve the unit system.UnitSystem
Unit. getUnitSystem()
Retrieve the unit system of this unit.Methods in org.djunits.unit with parameters of type UnitSystem Modifier and Type Method Description U
Unit. deriveLinear(double scaleFactor, String derivedId, String derivedName, UnitSystem derivedUnitSystem)
Create a linearly scaled version of this unit.U
Unit. deriveLinear(double scaleFactor, String derivedId, String derivedName, UnitSystem derivedUnitSystem, String derivedDefaultDisplayAbbreviation, String derivedDefaultTextualAbbreviation, String... derivedAbbreviations)
Create a linearly scaled version of this unit.AU
AbsoluteLinearUnit. deriveLinearOffset(double scaleFactor, double offset, RU derivedRelativeUnit, String derivedId, String derivedName, UnitSystem derivedUnitSystem)
Create a linearly scaled version of this unit with an offset.AU
AbsoluteLinearUnit. deriveLinearOffset(double scaleFactor, double offset, RU derivedRelativeUnit, String derivedId, String derivedName, UnitSystem derivedUnitSystem, String derivedDefaultDisplayAbbreviation, String derivedDefaultTextualAbbreviation, String... derivedAbbreviations)
Create a linearly scaled version of this unit with an offset.AbsoluteLinearUnit.Builder<AU,RU>
AbsoluteLinearUnit.Builder. setUnitSystem(UnitSystem unitSystem)
Set the unit system.Unit.Builder<U>
Unit.Builder. setUnitSystem(UnitSystem newUnitSystem)
Set the unit system. -
Uses of UnitSystem in org.djunits.unit.unitsystem
Subclasses of UnitSystem in org.djunits.unit.unitsystem Modifier and Type Class Description class
AU
The atomic unit system.class
CGS
The centimeter-gram-second system.class
CGS_EMU
The centimeter-gram-second system.class
CGS_ESU
The centimeter-gram-second system.class
Imperial
The imperial system (or British imperial system).class
MTS
The meter-tonne-second system.class
Other
Other (non-SI, cgs, Imperial, mts, US, ...) system, or to indicate a unit is not belonging to a system.class
SI
The international System of Units (SI).class
SIAccepted
The international System of Units (SI): accepted units such as the minute, day, and liter.class
SIBase
The international System of Units (SI).class
SIDerived
The international System of Units (SI).class
USCustomary
The US customary system (US specific extensions to the British imperial system).