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 UnitSystemUnit.Builder. getUnitSystem()Retrieve the unit system.UnitSystemUnit. getUnitSystem()Retrieve the unit system of this unit.Methods in org.djunits.unit with parameters of type UnitSystem Modifier and Type Method Description UUnit. deriveLinear(double scaleFactor, String derivedId, String derivedName, UnitSystem derivedUnitSystem)Create a linearly scaled version of this unit.UUnit. deriveLinear(double scaleFactor, String derivedId, String derivedName, UnitSystem derivedUnitSystem, String derivedDefaultDisplayAbbreviation, String derivedDefaultTextualAbbreviation, String... derivedAbbreviations)Create a linearly scaled version of this unit.AUAbsoluteLinearUnit. deriveLinearOffset(double scaleFactor, double offset, RU derivedRelativeUnit, String derivedId, String derivedName, UnitSystem derivedUnitSystem)Create a linearly scaled version of this unit with an offset.AUAbsoluteLinearUnit. 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 classAUThe atomic unit system.classCGSThe centimeter-gram-second system.classCGS_EMUThe centimeter-gram-second system.classCGS_ESUThe centimeter-gram-second system.classImperialThe imperial system (or British imperial system).classMTSThe meter-tonne-second system.classOtherOther (non-SI, cgs, Imperial, mts, US, ...) system, or to indicate a unit is not belonging to a system.classSIThe international System of Units (SI).classSIAcceptedThe international System of Units (SI): accepted units such as the minute, day, and liter.classSIBaseThe international System of Units (SI).classSIDerivedThe international System of Units (SI).classUSCustomaryThe US customary system (US specific extensions to the British imperial system).