public abstract class UnitSystem extends Object implements Serializable
Copyright (c) 2015-2019 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See DJUNITS License.
$LastChangedDate: 2019-01-18 00:35:01 +0100 (Fri, 18 Jan 2019) $, @version $Revision: 324 $, by $Author: averbraeck $,
initial version Jun 6, 2014
Modifier and Type | Field and Description |
---|---|
static AU |
AU
AU: Atomic Unit system.
|
static CGS |
CGS
CGS: centimeter-gram-second system.
|
static CGS_EMU |
CGS_EMU
CGS_EMU: centimeter-gram-second system, electromagnetic units.
|
static CGS_ESU |
CGS_ESU
CGS_ESU: centimeter-gram-second system, electrostatic units.
|
static Imperial |
IMPERIAL
Imperial system.
|
static MTS |
MTS
MTS: meter-tonne-second system.
|
static Other |
OTHER
Other (or no) system.
|
static SIAccepted |
SI_ACCEPTED
SI units, accepted for use in addition to SI.
|
static SIBase |
SI_BASE
SI base units: temperature, time, length, mass, luminous intensity, amount of substance and electric current.
|
static SIDerived |
SI_DERIVED
SI derived units, by combining SI-base elements (and quantifiers such as milli or kilo).
|
static USCustomary |
US_CUSTOMARY
US additions to the Imperial system.
|
Modifier | Constructor and Description |
---|---|
protected |
UnitSystem(String abbreviationKey,
String nameKey) |
Modifier and Type | Method and Description |
---|---|
String |
getAbbreviation() |
String |
getAbbreviationKey() |
String |
getName() |
String |
getNameKey() |
public static final CGS CGS
public static final CGS_ESU CGS_ESU
public static final CGS_EMU CGS_EMU
public static final Imperial IMPERIAL
public static final MTS MTS
public static final Other OTHER
public static final SIAccepted SI_ACCEPTED
public static final SIBase SI_BASE
public static final SIDerived SI_DERIVED
public static final USCustomary US_CUSTOMARY
public static final AU AU
public final String getName()
public final String getNameKey()
public final String getAbbreviation()
public final String getAbbreviationKey()
Copyright © 2015–2019 Delft University of Technology. All rights reserved.