Package org.djunits.unit
Class AngleUnit
- java.lang.Object
-
- org.djunits.unit.Unit<AngleUnit>
-
- org.djunits.unit.AngleUnit
-
- All Implemented Interfaces:
Serializable,Cloneable
public class AngleUnit extends Unit<AngleUnit>
Standard angle unit. Several conversion factors have been taken from http://en.wikipedia.org/wiki/Conversion_of_units.Note that the Angle is counterclockwise.
Copyright (c) 2015-2022 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 AngleUnitARCMINUTEarcminute.static AngleUnitARCSECONDarcsecond.static Quantity<AngleUnit>BASEThe base, with "rad" as the SI signature.static AngleUnitCENTESIMAL_ARCMINUTEcentesimal arcminute.static AngleUnitCENTESIMAL_ARCSECONDcentesimal arcsecond.static AngleUnitDEGREEdegree.static AngleUnitGRADgrad.static AngleUnitPERCENTpercent (non-linear, 100% is 45 degrees; 90 degrees is infinite).static AngleUnitRADIANradian.static AngleUnitSIThe SI unit for angle is radian.
-
Constructor Summary
Constructors Constructor Description AngleUnit()
-
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 Detail
-
SI
public static final AngleUnit SI
The SI unit for angle is radian.
-
RADIAN
public static final AngleUnit RADIAN
radian.
-
PERCENT
public static final AngleUnit PERCENT
percent (non-linear, 100% is 45 degrees; 90 degrees is infinite).
-
DEGREE
public static final AngleUnit DEGREE
degree.
-
ARCMINUTE
public static final AngleUnit ARCMINUTE
arcminute.
-
ARCSECOND
public static final AngleUnit ARCSECOND
arcsecond.
-
GRAD
public static final AngleUnit GRAD
grad.
-
CENTESIMAL_ARCMINUTE
public static final AngleUnit CENTESIMAL_ARCMINUTE
centesimal arcminute.
-
CENTESIMAL_ARCSECOND
public static final AngleUnit CENTESIMAL_ARCSECOND
centesimal arcsecond.
-
-