Uses of Class
org.djunits.unit.unitsystem.UnitSystem
Packages that use 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
Methods in org.djunits.unit that return UnitSystemModifier and TypeMethodDescriptionUnit.Builder.getUnitSystem()Retrieve the unit system.Unit.getUnitSystem()Retrieve the unit system of this unit.Methods in org.djunits.unit with parameters of type UnitSystemModifier 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
Subclasses of UnitSystem in org.djunits.unit.unitsystemModifier and TypeClassDescriptionclassThe atomic unit system.classThe centimeter-gram-second system.classThe centimeter-gram-second system.classThe centimeter-gram-second system.classThe imperial system (or British imperial system).classThe meter-tonne-second system.classOther (non-SI, cgs, Imperial, mts, US, ...) system, or to indicate a unit is not belonging to a system.classThe international System of Units (SI).classThe international System of Units (SI): accepted units such as the minute, day, and liter.classThe international System of Units (SI).classThe international System of Units (SI).classThe US customary system (US specific extensions to the British imperial system).