Uses of Class
org.djunits.quantity.SolidAngle
Packages that use SolidAngle
Package
Description
The quantity package stores information about quantities with their units.
-
Uses of SolidAngle in org.djunits.quantity
Fields in org.djunits.quantity declared as SolidAngleModifier and TypeFieldDescriptionstatic final SolidAngleSolidAngle.NaNConstant with value NaN.static final SolidAngleSolidAngle.NEG_MAXVALUEConstant with value -MAX_VALUE.static final SolidAngleSolidAngle.NEGATIVE_INFINITYConstant with value NEGATIVE_INFINITY.static final SolidAngleSolidAngle.ONEConstant with value one.static final SolidAngleSolidAngle.POS_MAXVALUEConstant with value MAX_VALUE.static final SolidAngleSolidAngle.POSITIVE_INFINITYConstant with value POSITIVE_INFINITY.static final SolidAngleSolidAngle.ZEROConstant with value zero.Methods in org.djunits.quantity that return SolidAngleModifier and TypeMethodDescriptionLuminousFlux.divide(LuminousIntensity v) Calculate the division of LuminousFlux and LuminousIntensity, which results in a SolidAngle scalar.SolidAngle.instantiateSi(double siValue, UnitInterface<SolidAngle> displayUnit) static SolidAngleReturns a SolidAngle based on a value and the textual representation of the unit, which can be localized.static SolidAngleSolidAngle.of(double valueInUnit, SolidAngle.Unit unit) Returns a SolidAngle based on a value expressed in the unit.static SolidAngleSolidAngle.ofSi(double si) Return a SolidAngle instance based on an SI value.static SolidAngleSolidAngle.ofSi(double siValue, SolidAngle.Unit displayUnit) Instantiate a SolidAngle quantity with an SI or base value and a display unit.SolidAngle.Unit.ofSi(double si, UnitInterface<SolidAngle> displayUnit) static SolidAngleReturns a SolidAngle representation of a textual representation of a value with a unit.Methods in org.djunits.quantity with parameters of type SolidAngleModifier and TypeMethodDescriptionLuminousFlux.divide(SolidAngle v) Calculate the division of LuminousFlux and SolidAngle, which results in a LuminousIntensity scalar.SolidAngle.divide(SolidAngle v) Calculate the division of SolidAngle and SolidAngle, which results in a Dimensionless quantity.LuminousIntensity.multiply(SolidAngle v) Calculate the multiplication of LuminousIntensity and SolidAngle, which results in a LuminousFlux scalar.Method parameters in org.djunits.quantity with type arguments of type SolidAngleModifier and TypeMethodDescriptionSolidAngle.instantiateSi(double siValue, UnitInterface<SolidAngle> displayUnit) SolidAngle.Unit.ofSi(double si, UnitInterface<SolidAngle> displayUnit)