Package | Description |
---|---|
javax.measure.quantity |
Provides quantitative properties or attributes of thing such as
mass, time, distance, heat, and angular separation.
|
javax.measure.unit |
Provides support for programatic unit handling.
|
Modifier and Type | Field and Description |
---|---|
static Unit<SolidAngle> |
SolidAngle.UNIT
Holds the SI unit (Système International d'Unités) for this quantity.
|
Modifier and Type | Field and Description |
---|---|
static Unit<SolidAngle> |
NonSI.SPHERE
A unit of solid angle equal to
4 π steradians
(standard name sphere ). |
static AlternateUnit<SolidAngle> |
SI.STERADIAN
The unit for solid angle quantities (
sr ). |
Copyright © 2012. All Rights Reserved.