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-2025 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
FieldsModifier and TypeFieldDescriptionstatic final AngularVelocityUnitarcminute per second.static final AngularVelocityUnitarcsecond per second.static final Quantity<AngularVelocityUnit>The base, with "rad/s" as the SI signature.static final AngularVelocityUnitcentesimal arcminute per second.static final AngularVelocityUnitcentesimal arcsecond per second.static final AngularVelocityUnitdegree per second.static final AngularVelocityUnitgrad per second.static final AngularVelocityUnitradian per second.static final AngularVelocityUnitThe SI unit for angular velocity is radian per second. -
Constructor Summary
Constructors -
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()
-