Uses of Class
org.djunits.unit.si.SIPrefix
Package
Description
Units for version 4 of DJUNITS.
The org.djunits.unit.si package contains classes that can work with and manipulate SI units and SI dimensions.
-
Uses of SIPrefix in org.djunits.unit
Modifier and TypeMethodDescriptionUnit.derivePerSI
(SIPrefix siPrefix, double siPrefixPower, boolean automaticallyGenerated) Create a scaled version of this unit with the same unit system but another SI prefix and scale.Create a scaled version of this unit with the same unit system but another SI prefix and scale.Create a scaled version of this unit with the same unit system but another SI prefix and scale.Unit.deriveSIKilo
(SIPrefix siPrefix, double siPrefixPower, boolean automaticallyGenerated) Create a scaled version of this unit with the same unit system but another SI prefix and scale, where the "k" and "kilo" abbreviations at the start will be replaced by the new information from the SIPrefix. -
Uses of SIPrefix in org.djunits.unit.si
Modifier and TypeFieldDescriptionSIPrefixes.FACTORS
The map that translates an SI prefix power to the SI Prefix.SIPrefixes.KILO_PREFIXES
The SI prefixes and their values for the "KILO" settings.SIPrefixes.PER_UNIT_PREFIXES
The SI prefixes and their values for the "PER_UNIT" settings.SIPrefixes.UNIT_POS_PREFIXES
The larger than 1 SI prefixes and their values for the "UNIT_POS" settings.SIPrefixes.UNIT_PREFIXES
The SI prefixes and their values for the "UNIT" settings.Modifier and TypeMethodDescriptionstatic SIPrefix
SIPrefixes.getKiloUnit
(String prefixKey) Return the prefix information for the given prefix key (e.g., "G" for "giga"), with an offset of a factor 1000 for units that have "kilo" as the default.static SIPrefix
SIPrefixes.getPerUnit
(String prefixKey) Look up and return the prefix information for the given prefix key (e.g., "/n" for "per nano").static SIPrefix
Look up and return the prefix information for the given prefix key (e.g., "G" for "giga").