Uses of Class
org.djunits.unit.unitsystem.UnitSystem
Package
Description
Units for version 4 of DJUNITS.
Classes for various unit systems, such as SI, SI-derived, Imperial.
-
Uses of UnitSystem in org.djunits.unit
Modifier and TypeMethodDescriptionUnit.Builder.getUnitSystem()
Retrieve the unit system.Unit.getUnitSystem()
Retrieve the unit system of this unit.Modifier and TypeMethodDescriptionUnit.deriveLinear
(double scaleFactor, String derivedId, String derivedName, UnitSystem derivedUnitSystem) Create a linearly scaled version of this unit.Unit.deriveLinear
(double scaleFactor, String derivedId, String derivedName, UnitSystem derivedUnitSystem, String derivedDefaultDisplayAbbreviation, String derivedDefaultTextualAbbreviation, String... derivedAbbreviations) Create a linearly scaled version of this unit.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.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.setUnitSystem
(UnitSystem unitSystem) Unit.Builder.setUnitSystem
(UnitSystem newUnitSystem) Set the unit system. -
Uses of UnitSystem in org.djunits.unit.unitsystem
Modifier and TypeClassDescriptionclass
The atomic unit system.class
The centimeter-gram-second system.class
The centimeter-gram-second system.class
The centimeter-gram-second system.class
The imperial system (or British imperial system).class
The meter-tonne-second system.class
Other (non-SI, cgs, Imperial, mts, US, ...) system, or to indicate a unit is not belonging to a system.class
The international System of Units (SI).class
The international System of Units (SI): accepted units such as the minute, day, and liter.class
The international System of Units (SI).class
The international System of Units (SI).class
The US customary system (US specific extensions to the British imperial system).