Uses of Class
org.djunits.unit.si.SIPrefix
Packages that use 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
Methods in org.djunits.unit with parameters of type SIPrefixModifier 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
Fields in org.djunits.unit.si with type parameters of type SIPrefixModifier and TypeFieldDescriptionSIPrefixes.FACTORSThe map that translates an SI prefix power to the SI Prefix.SIPrefixes.KILO_PREFIXESThe SI prefixes and their values for the "KILO" settings.SIPrefixes.PER_UNIT_PREFIXESThe SI prefixes and their values for the "PER_UNIT" settings.SIPrefixes.UNIT_POS_PREFIXESThe larger than 1 SI prefixes and their values for the "UNIT_POS" settings.SIPrefixes.UNIT_PREFIXESThe SI prefixes and their values for the "UNIT" settings.Methods in org.djunits.unit.si that return SIPrefixModifier and TypeMethodDescriptionstatic SIPrefixSIPrefixes.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 SIPrefixSIPrefixes.getPerUnit(String prefixKey) Look up and return the prefix information for the given prefix key (e.g., "/n" for "per nano").static SIPrefixLook up and return the prefix information for the given prefix key (e.g., "G" for "giga").