Uses of Class
org.djunits.quantity.Angle.Unit
Packages that use Angle.Unit
Package
Description
The quantity package stores information about quantities with their units.
-
Uses of Angle.Unit in org.djunits.quantity
Fields in org.djunits.quantity declared as Angle.UnitModifier and TypeFieldDescriptionstatic final Angle.UnitAngle.Unit.arcminarcminute.static final Angle.UnitAngle.Unit.arcsecarcsecond.static final Angle.UnitAngle.Unit.cdmcentesimal arcminute.static final Angle.UnitAngle.Unit.cdscentesimal arcsecond.static final Angle.UnitAngle.Unit.degdegree.static final Angle.UnitAngle.Unit.gradgrad.static final Angle.UnitAngle.Unit.percentpercent (non-linear, 100% is 45 degrees; 90 degrees is infinite).static final Angle.UnitAngle.Unit.radradian.static final Angle.UnitAngle.Unit.SIThe SI or BASE unit.Methods in org.djunits.quantity that return Angle.UnitModifier and TypeMethodDescriptionAngle.Unit.deriveUnit(String textualAbbreviation, String displayAbbreviation, String name, double scaleFactor, UnitSystem unitSystem, SIPrefix siPrefix) Angle.Unit.getBaseUnit()Angle.getDisplayUnit()Methods in org.djunits.quantity with parameters of type Angle.UnitModifier and TypeMethodDescriptionstatic AngleAngle.of(double valueInUnit, Angle.Unit unit) Returns a Angle based on a value expressed in the unit.static AngleAngle.ofSi(double siValue, Angle.Unit displayUnit) Instantiate a Angle quantity with an SI or base value and a display unit.Constructors in org.djunits.quantity with parameters of type Angle.UnitModifierConstructorDescriptionAngle(double valueInUnit, Angle.Unit unit) Instantiate a Angle quantity expressed in the given unit.Angle(double value, Angle.Unit displayUnit, boolean useSi) Instantiate a Angle quantity with an SI or base value and a display unit.Direction(double value, Angle.Unit unit, Direction.Reference reference, boolean useSi) Instantiate a Direction quantity with an SI or base value, or a value expressed in a unit, and a reference point.