Uses of Interface
javax.measure.Unit
Package
Description
Specifies Java packages for the programmatic, type safe handling
of quantities and their expression as values of units.
[OPTIONAL] Provides Formatting and Parsing functionality for units, quantities, dimensions or their textual representation.
[OPTIONAL] The Units of Measurement SPI.
-
Uses of Unit in javax.measure
Modifier and TypeMethodDescriptionReturns a system unit equivalent to this unscaled standard unit but used in expressions to distinguish between quantities of a different nature but of the same dimensions.Casts this unit to a parameterized unit of specified nature or throw aClassCastException
if the dimension of the specified quantity and this unit's dimension do not match.Returns the specified unit multiplied by the factor10-18
Returns the specified unit multiplied by the factor10-2
Returns the specified unit multiplied by the factor101
Returns the specified unit multiplied by the factor10-1
US alias forDECA
.Unit.divide
(double divisor) Returns the result of dividing this unit by an approximate divisor.Returns the result of dividing this unit by a divisor.Unit<?>
Returns the quotient of this unit with the one specified.Returns the specified unit multiplied by the factor1018
Returns the specified unit multiplied by the factor10246
(binary prefix).Returns the specified unit multiplied by the factor10-15
Unit.getSystemUnit()
Returns the unscaled system unit from which this unit is derived.Quantity.getUnit()
Returns the unit of thisQuantity
.Returns the specified unit multiplied by the factor10243
(binary prefix).Returns the specified unit multiplied by the factor109
Returns the specified unit multiplied by the factor102
Unit<?>
Unit.inverse()
Returns the reciprocal (multiplicative inverse) of this unit.Returns the specified unit multiplied by the factor1024
(binary prefix).Returns the specified unit multiplied by the factor103
Returns the specified unit multiplied by the factor10242
(binary prefix).Returns the specified unit multiplied by the factor106
Returns the specified unit multiplied by the factor10-6
Returns the specified unit multiplied by the factor10-3
Unit.multiply
(double multiplier) Returns the result of multiplying this unit by the specified factor.Returns the result of multiplying this unit by the specified factor.Unit<?>
Returns the product of this unit with the one specified.Returns the specified unit multiplied by the factor10-9
Returns the specified unit multiplied by the factor10245
(binary prefix).Returns the specified unit multiplied by the factor1015
Returns the specified unit multiplied by the factor10-12
Unit<?>
Unit.pow
(int n) Returns an unit raised to the n-th (integer) power of this unit.Returns a new unit equal to this unit prefixed by the specifiedprefix
.Returns the specified unit multiplied by the factor10-30
Returns the specified unit multiplied by the factor1030
Returns the specified unit multiplied by the factor1027
Returns the specified unit multiplied by the factor10-27
Unit<?>
Unit.root
(int n) Returns an unit that is the n-th (integer) root of this unit.Unit.shift
(double offset) Returns the result of setting the origin of the scale of measurement to the given value.Returns the result of setting the origin of the scale of measurement to the given value.Returns the specified unit multiplied by the factor10244
(binary prefix).Returns the specified unit multiplied by the factor1012
Unit.transform
(UnitConverter operation) Returns the unit derived from this unit using the specified converter.Returns the specified unit multiplied by the factor10248
(binary prefix).Returns the specified unit multiplied by the factor10-24
Returns the specified unit multiplied by the factor1024
Returns the specified unit multiplied by the factor10247
(binary prefix).Returns the specified unit multiplied by the factor10-21
Returns the specified unit multiplied by the factor1021
Modifier and TypeMethodDescriptionUnit.getBaseUnits()
Returns the base units and their exponent whose product is this unit, ornull
if this unit is a base unit (not a product of existing units).Modifier and TypeMethodDescriptionReturns the specified unit multiplied by the factor10-18
Returns the specified unit multiplied by the factor10-2
Returns the specified unit multiplied by the factor101
Returns the specified unit multiplied by the factor10-1
US alias forDECA
.Unit<?>
Returns the quotient of this unit with the one specified.Returns the specified unit multiplied by the factor1018
Returns the specified unit multiplied by the factor10246
(binary prefix).Returns the specified unit multiplied by the factor10-15
Unit.getConverterTo
(Unit<Q> that) Returns a converter of numeric values from this unit to another unit of same type.Unit.getConverterToAny
(Unit<?> that) Returns a converter from this unit to the specified unit of type unknown.Returns the specified unit multiplied by the factor10243
(binary prefix).Returns the specified unit multiplied by the factor109
Returns the specified unit multiplied by the factor102
boolean
Unit.isCompatible
(Unit<?> that) Indicates if this unit is compatible with the unit specified.boolean
Unit.isEquivalentTo
(Unit<Q> that) Indicates if this unit represents the same quantity than the given unit, ignoring name and symbols.Returns the specified unit multiplied by the factor1024
(binary prefix).Returns the specified unit multiplied by the factor103
Returns the specified unit multiplied by the factor10242
(binary prefix).Returns the specified unit multiplied by the factor106
Returns the specified unit multiplied by the factor10-6
Returns the specified unit multiplied by the factor10-3
Unit<?>
Returns the product of this unit with the one specified.Returns the specified unit multiplied by the factor10-9
Returns the specified unit multiplied by the factor10245
(binary prefix).Returns the specified unit multiplied by the factor1015
Returns the specified unit multiplied by the factor10-12
Returns the specified unit multiplied by the factor10-30
Returns the specified unit multiplied by the factor1030
Returns the specified unit multiplied by the factor1027
Returns the specified unit multiplied by the factor10-27
Returns the specified unit multiplied by the factor10244
(binary prefix).Returns the specified unit multiplied by the factor1012
Returns thisQuantity
converted into another (compatible)Unit
.Returns the specified unit multiplied by the factor10248
(binary prefix).Returns the specified unit multiplied by the factor10-24
Returns the specified unit multiplied by the factor1024
Returns the specified unit multiplied by the factor10247
(binary prefix).Returns the specified unit multiplied by the factor10-21
Returns the specified unit multiplied by the factor1021
-
Uses of Unit in javax.measure.format
Modifier and TypeMethodDescriptionUnit<?>
UnitFormat.parse
(CharSequence csq) Parses the text into an instance ofUnit
.Unit<?>
UnitFormat.parse
(CharSequence csq, ParsePosition pos) Parses a portion of the specifiedCharSequence
from the specified position to produce aUnit
. -
Uses of Unit in javax.measure.spi
Modifier and TypeMethodDescriptionQuantityFactory.getSystemUnit()
Returns the system unit for quantities produced by this factory ornull
if unknown.Returns the default unit for the specified quantity ornull
if none is defined for the given quantity in this unit system.Unit<?>
Returns a unit with the given string representation ornull
if none is found in this unit system.Modifier and TypeMethodDescriptionSystemOfUnits.getUnits()
Returns a read only view over the units explicitly defined by this system.Returns the units defined in this system having the specified dimension (convenience method).Modifier and TypeMethodDescriptionReturns the quantity for the specified number stated in the specified unit.QuantityFactory.create
(Number value, Unit<Q> unit, Quantity.Scale scale) Returns the quantity for the specified number stated in the specified unit and scale.