Package org.djunits.unit
Class AbsoluteTemperatureUnit
java.lang.Object
org.djunits.unit.Unit<AU>
org.djunits.unit.AbsoluteLinearUnit<AbsoluteTemperatureUnit,TemperatureUnit>
org.djunits.unit.AbsoluteTemperatureUnit
- All Implemented Interfaces:
Serializable
,Cloneable
public class AbsoluteTemperatureUnit
extends AbsoluteLinearUnit<AbsoluteTemperatureUnit,TemperatureUnit>
AbsoluteTemperature 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.AbsoluteLinearUnit
AbsoluteLinearUnit.Builder<AU extends AbsoluteLinearUnit<AU,
RU>, RU extends Unit<RU>> -
Field Summary
Modifier and TypeFieldDescriptionstatic final Quantity<AbsoluteTemperatureUnit>
The base, with "K" as the SI signature.static final AbsoluteTemperatureUnit
The default unit for temperature is Kelvin.static final AbsoluteTemperatureUnit
Degree Celsius.static final AbsoluteTemperatureUnit
Degree Fahrenheit.static final AbsoluteTemperatureUnit
Degree Rankine.static final AbsoluteTemperatureUnit
Degree Reaumur.static final AbsoluteTemperatureUnit
The default unit for temperature is Kelvin. -
Constructor Summary
-
Method Summary
Methods inherited from class org.djunits.unit.AbsoluteLinearUnit
build, deriveLinearOffset, deriveLinearOffset, deriveLinearOffset, getRelativeQuantity, getRelativeUnit, getScale, makeBuilder
Methods inherited from class org.djunits.unit.Unit
clone, deriveLinear, deriveLinear, deriveLinear, derivePerSI, deriveSI, deriveSI, deriveSIKilo, equals, getDefaultAbbreviations, getDefaultDisplayAbbreviation, getDefaultTextualAbbreviation, getId, getLocalizedAbbreviations, getLocalizedDisplayAbbreviation, getLocalizedTextualAbbreviation, getName, getQuantity, getStandardUnit, getUnit, getUnitSystem, hashCode, isBaseSIUnit, isGenerated, lookupOrCreateUnitWithSIDimensions, toString
-
Field Details
-
BASE
The base, with "K" as the SI signature. -
KELVIN
The default unit for temperature is Kelvin. -
DEFAULT
The default unit for temperature is Kelvin. -
DEGREE_CELSIUS
Degree Celsius. -
DEGREE_FAHRENHEIT
Degree Fahrenheit. -
DEGREE_RANKINE
Degree Rankine. -
DEGREE_REAUMUR
Degree Reaumur.
-
-
Constructor Details
-
AbsoluteTemperatureUnit
public AbsoluteTemperatureUnit()
-