Package org.djunits.unit
Class AngularVelocityUnit
- All Implemented Interfaces:
Serializable,Cloneable
public class AngularVelocityUnit extends Unit<AngularVelocityUnit>
Standard angular velocity unit. See
https://en.wikipedia.org/wiki/Angular_velocity.
Copyright (c) 2015-2020 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:
- Serialized Form
-
Nested Class Summary
Nested classes/interfaces inherited from class org.djunits.unit.Unit
Unit.Builder<U extends Unit<U>> -
Field Summary
Fields Modifier and Type Field Description static AngularVelocityUnitARCMINUTE_PER_SECONDarcminute per second.static AngularVelocityUnitARCSECOND_PER_SECONDarcsecond per second.static Quantity<AngularVelocityUnit>BASEThe base, with "rad/s" as the SI signature.static AngularVelocityUnitCENTESIMAL_ARCMINUTE_PER_SECONDcentesimal arcminute per second.static AngularVelocityUnitCENTESIMAL_ARCSECOND_PER_SECONDcentesimal arcsecond per second.static AngularVelocityUnitDEGREE_PER_SECONDdegree per second.static AngularVelocityUnitGRAD_PER_SECONDgrad per second.static AngularVelocityUnitRADIAN_PER_SECONDradian per second.static AngularVelocityUnitSIThe SI unit for angular velocity is radian per second. -
Constructor Summary
Constructors Constructor Description AngularVelocityUnit() -
Method Summary
Methods inherited from class org.djunits.unit.Unit
build, clone, deriveLinear, deriveLinear, deriveLinear, derivePerSI, deriveSI, deriveSI, deriveSIKilo, equals, getAbbreviations, getDefaultDisplayAbbreviation, getDefaultTextualAbbreviation, getId, getName, getQuantity, getScale, getStandardUnit, getUnit, getUnitSystem, hashCode, isBaseSIUnit, isGenerated, lookupOrCreateUnitWithSIDimensions, makeBuilder, toString
-
Field Details
-
BASE
The base, with "rad/s" as the SI signature. -
SI
The SI unit for angular velocity is radian per second. -
RADIAN_PER_SECOND
radian per second. -
DEGREE_PER_SECOND
degree per second. -
ARCMINUTE_PER_SECOND
arcminute per second. -
ARCSECOND_PER_SECOND
arcsecond per second. -
GRAD_PER_SECOND
grad per second. -
CENTESIMAL_ARCMINUTE_PER_SECOND
centesimal arcminute per second. -
CENTESIMAL_ARCSECOND_PER_SECOND
centesimal arcsecond per second.
-
-
Constructor Details
-
AngularVelocityUnit
public AngularVelocityUnit()
-