|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object visad.SI
public final class SI
A class that represents the SI system of units.
Field Summary | |
---|---|
static BaseUnit |
ampere
Base unit of electric current. |
static BaseUnit |
candela
Base unit of luminous intensity. |
static BaseUnit |
kelvin
Base unit of thermodynamic temperature. |
static BaseUnit |
kilogram
Base unit of mass. |
static BaseUnit |
meter
Base unit of length. |
static BaseUnit |
mole
Base unit of amount of substance. |
static BaseUnit |
radian
Base unit of angular measure. |
static BaseUnit |
second
Base unit of time. |
static BaseUnit |
steradian
Base unit of solid angle. |
Method Summary | |
---|---|
static void |
main(String[] args)
Test this class. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static BaseUnit ampere
public static BaseUnit candela
public static BaseUnit kelvin
public static BaseUnit kilogram
public static BaseUnit meter
public static BaseUnit second
public static BaseUnit mole
public static BaseUnit radian
public static BaseUnit steradian
Method Detail |
---|
public static void main(String[] args)
args
- Arguments (ignored).
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |