Package org.djunits.unit
Class MassUnit
- All Implemented Interfaces:
Serializable
,Cloneable
Standard mass units. Several conversion factors have been taken from
http://en.wikipedia.org/wiki/Conversion_of_units.
Copyright (c) 2015-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See DJUNITS License.
- Author:
- Alexander Verbraeck
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.djunits.unit.Unit
Unit.Builder<U extends Unit<U>>
-
Field Summary
Modifier and TypeFieldDescriptionThe base, with "kg" as the SI signature.static final MassUnit
dalton.static final MassUnit
electronvolt = 1.782661907E-36 kg.static final MassUnit
gigaelectronvolt.static final MassUnit
gram.static final MassUnit
kiloelectronvolt.static final MassUnit
kilogram.static final MassUnit
megaelectronvolt.static final MassUnit
microelectronvolt.static final MassUnit
microgram.static final MassUnit
millielectronvolt.static final MassUnit
milligram.static final MassUnit
pound.static final MassUnit
pound.static final MassUnit
The SI unit for mass is kilogram.static final MassUnit
long ton = 2240 lb.static final MassUnit
metric ton = 1000 kg.static final MassUnit
short ton = 2000 lb.static final MassUnit
metric ton = 1000 kg. -
Constructor Summary
-
Method Summary
Methods inherited from class org.djunits.unit.Unit
build, clone, deriveLinear, deriveLinear, deriveLinear, derivePerSI, deriveSI, deriveSI, deriveSIKilo, equals, getDefaultAbbreviations, getDefaultDisplayAbbreviation, getDefaultTextualAbbreviation, getId, getLocalizedAbbreviations, getLocalizedDisplayAbbreviation, getLocalizedTextualAbbreviation, getName, getQuantity, getScale, getStandardUnit, getUnit, getUnitSystem, hashCode, isBaseSIUnit, isGenerated, lookupOrCreateUnitWithSIDimensions, makeBuilder, toString
-
Field Details
-
BASE
The base, with "kg" as the SI signature. -
SI
The SI unit for mass is kilogram. -
KILOGRAM
kilogram. -
GRAM
gram. -
MICROGRAM
microgram. -
MILLIGRAM
milligram. -
POUND
pound. -
OUNCE
pound. -
TON_LONG
long ton = 2240 lb. -
TON_SHORT
short ton = 2000 lb. -
TON_METRIC
metric ton = 1000 kg. -
TONNE
metric ton = 1000 kg. -
DALTON
dalton. -
ELECTRONVOLT
electronvolt = 1.782661907E-36 kg. See http://physics.nist.gov/cuu/Constants/Table/allascii.txt. -
MICROELECTRONVOLT
microelectronvolt. -
MILLIELECTRONVOLT
millielectronvolt. -
KILOELECTRONVOLT
kiloelectronvolt. -
MEGAELECTRONVOLT
megaelectronvolt. -
GIGAELECTRONVOLT
gigaelectronvolt.
-
-
Constructor Details
-
MassUnit
public MassUnit()
-