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 TypeMethodDescriptionfinal SolidAngleLuminousFlux.divide(LuminousIntensity v) Calculate the division of LuminousFlux and LuminousIntensity, which results in a SolidAngle scalar.SolidAngle.instantiate(double si) static SolidAngleReturns a SolidAngle based on a value and the textual representation of the unit, which can be localized.static SolidAngleSolidAngle.ofSi(double si) Return a SolidAngle instance based on an SI value.SolidAngle.Unit.ofSi(double si) 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 TypeMethodDescriptionfinal LuminousIntensityLuminousFlux.divide(SolidAngle v) Calculate the division of LuminousFlux and SolidAngle, which results in a LuminousIntensity scalar.final DimensionlessSolidAngle.divide(SolidAngle v) Calculate the division of SolidAngle and SolidAngle, which results in a Dimensionless quantity.final LuminousFluxLuminousIntensity.multiply(SolidAngle v) Calculate the multiplication of LuminousIntensity and SolidAngle, which results in a LuminousFlux scalar.Constructors in org.djunits.quantity with parameters of type SolidAngle