Uses of Class
org.djunits.quantity.SolidAngle.Unit
Packages that use SolidAngle.Unit
Package
Description
The quantity package stores information about quantities with their units.
-
Uses of SolidAngle.Unit in org.djunits.quantity
Fields in org.djunits.quantity declared as SolidAngle.UnitModifier and TypeFieldDescriptionstatic final SolidAngle.UnitSolidAngle.Unit.SIThe SI or BASE unit.static final SolidAngle.UnitSolidAngle.Unit.sq_degsquare degree.static final SolidAngle.UnitSolidAngle.Unit.srSteradian.Methods in org.djunits.quantity that return SolidAngle.UnitModifier and TypeMethodDescriptionSolidAngle.Unit.deriveUnit(String textualAbbreviation, String displayAbbreviation, String name, double scaleFactor, UnitSystem unitSystem) SolidAngle.Unit.getBaseUnit()Constructors in org.djunits.quantity with parameters of type SolidAngle.UnitModifierConstructorDescriptionSolidAngle(double value, SolidAngle.Unit unit) Instantiate a SolidAngle quantity with a unit.