Package org.djunits.unit
Class AngularVelocityUnit
- All Implemented Interfaces:
Serializable
,Cloneable
Standard angular velocity unit. See
https://en.wikipedia.org/wiki/Angular_velocity.
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 TypeFieldDescriptionstatic final AngularVelocityUnit
arcminute per second.static final AngularVelocityUnit
arcsecond per second.static final Quantity<AngularVelocityUnit>
The base, with "rad/s" as the SI signature.static final AngularVelocityUnit
centesimal arcminute per second.static final AngularVelocityUnit
centesimal arcsecond per second.static final AngularVelocityUnit
degree per second.static final AngularVelocityUnit
grad per second.static final AngularVelocityUnit
radian per second.static final AngularVelocityUnit
The SI unit for angular velocity is radian per second. -
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 "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()
-