Uses of Class
org.djunits.unit.si.SIPrefix
Packages that use SIPrefix
Package
Description
Base classes to encode and store units.
The org.djunits.si package contains classes that can work with and manipulate SI prefixes and SI dimensions.
-
Uses of SIPrefix in org.djunits.unit
Methods in org.djunits.unit that return SIPrefixModifier and TypeMethodDescriptionAbstractUnit.getSiPrefix()UnitInterface.getSiPrefix()Return the SI-prefix so it can be localized if necessary.Methods in org.djunits.unit with parameters of type SIPrefixModifier and TypeMethodDescriptionAbstractUnit.setSiPrefix(SIPrefix siPrefix) UnitInterface.setSiPrefix(SIPrefix siPrefix) Set the SI-prefix so it can be localized if necessary. -
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_KILO_PREFIXESThe SI prefixes and their values for the "PER_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.getSiPrefix(String prefixKey) Look up and return the prefix information for the given prefix key (e.g., "G" for "giga").SIUnit.getSiPrefix()static SIPrefixSIPrefixes.getSiPrefixKilo(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.getSiPrefixPer(String prefixKey) Look up and return the prefix information for the given prefix key (e.g., "/n" for "per nano").Methods in org.djunits.unit.si with parameters of type SIPrefix