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 AngularVelocityUnit
ARCMINUTE_PER_SECOND
arcminute per second.static AngularVelocityUnit
ARCSECOND_PER_SECOND
arcsecond per second.static Quantity<AngularVelocityUnit>
BASE
The base, with "rad/s" as the SI signature.static AngularVelocityUnit
CENTESIMAL_ARCMINUTE_PER_SECOND
centesimal arcminute per second.static AngularVelocityUnit
CENTESIMAL_ARCSECOND_PER_SECOND
centesimal arcsecond per second.static AngularVelocityUnit
DEGREE_PER_SECOND
degree per second.static AngularVelocityUnit
GRAD_PER_SECOND
grad per second.static AngularVelocityUnit
RADIAN_PER_SECOND
radian per second.static AngularVelocityUnit
SI
The 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()
-