Uses of Class
org.djunits.unit.si.SIPrefixes
Package | Description |
---|---|
org.djunits.unit |
Units for version 4 of DJUNITS.
|
org.djunits.unit.quantity |
Base information about the units such as the SI dimensions.
|
org.djunits.unit.si |
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.unit
Methods in org.djunits.unit that return SIPrefixes Modifier and Type Method Description SIPrefixes
Unit.Builder. getSiPrefixes()
Return whether SI prefixes, ranging from yotta (y) to yocto (Y), will be generated.Methods in org.djunits.unit with parameters of type SIPrefixes Modifier and Type Method Description AbsoluteLinearUnit.Builder<AU,RU>
AbsoluteLinearUnit.Builder. setSiPrefixes(SIPrefixes siPrefixes, double power)
Set whether SI prefixes, ranging from yotta (y) to yocto (Y), are allowed.Unit.Builder<U>
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.quantity
Methods in org.djunits.unit.quantity with parameters of type SIPrefixes Modifier and Type Method Description void
Quantity. registerUnit(U unit, SIPrefixes siPrefixes, double siPrefixPower)
Register the unit in the map. -
Uses of SIPrefixes in org.djunits.unit.si
Methods in org.djunits.unit.si that return SIPrefixes Modifier and Type Method Description static SIPrefixes
SIPrefixes. valueOf(String name)
Returns the enum constant of this type with the specified name.static SIPrefixes[]
SIPrefixes. values()
Returns an array containing the constants of this enum type, in the order they are declared.