Uses of Enum Class
org.djunits.unit.si.SIPrefixes
Package
Description
Base information about the quantities such as the SI dimensions.
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 SIPrefixes in org.djunits.quantity
Modifier and TypeMethodDescriptionvoid
Quantity.registerUnit
(U unit, SIPrefixes siPrefixes, double siPrefixPower) Register the unit in the map. -
Uses of SIPrefixes in org.djunits.unit
Modifier and TypeMethodDescriptionUnit.Builder.getSiPrefixes()
Return whether SI prefixes, ranging from yotta (y) to yocto (Y), will be generated.Modifier and TypeMethodDescriptionAbsoluteLinearUnit.Builder.setSiPrefixes
(SIPrefixes siPrefixes, double power) Unit.Builder.setSiPrefixes
(SIPrefixes newSiPrefixes, double power) Set whether SI prefixes, ranging from yotta (y) to yocto (Y), are allowed. -
Uses of SIPrefixes in org.djunits.unit.si
Modifier and TypeMethodDescriptionstatic SIPrefixes
Returns the enum constant of this class with the specified name.static SIPrefixes[]
SIPrefixes.values()
Returns an array containing the constants of this enum class, in the order they are declared.