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) Angle.Unit.getBaseUnit()Constructors in org.djunits.quantity with parameters of type Angle.UnitModifierConstructorDescriptionAngle(double value, Angle.Unit unit) Instantiate a Angle quantity with a unit.Direction(double value, Angle.Unit unit, Direction.Reference reference) Instantiate a Direction quantity with a unit and a reference point.