Uses of Class
org.djunits.quantity.Illuminance
Packages that use Illuminance
Package
Description
The quantity package stores information about quantities with their units.
-
Uses of Illuminance in org.djunits.quantity
Fields in org.djunits.quantity declared as IlluminanceModifier and TypeFieldDescriptionstatic final IlluminanceIlluminance.NaNConstant with value NaN.static final IlluminanceIlluminance.NEG_MAXVALUEConstant with value -MAX_VALUE.static final IlluminanceIlluminance.NEGATIVE_INFINITYConstant with value NEGATIVE_INFINITY.static final IlluminanceIlluminance.ONEConstant with value one.static final IlluminanceIlluminance.POS_MAXVALUEConstant with value MAX_VALUE.static final IlluminanceIlluminance.POSITIVE_INFINITYConstant with value POSITIVE_INFINITY.static final IlluminanceIlluminance.ZEROConstant with value zero.Methods in org.djunits.quantity that return IlluminanceModifier and TypeMethodDescriptionfinal IlluminanceCalculate the division of LuminousFlux and Area, which results in a Illuminance scalar.Illuminance.instantiate(double si) static IlluminanceReturns a Illuminance based on a value and the textual representation of the unit, which can be localized.static IlluminanceIlluminance.ofSi(double si) Return a Illuminance instance based on an SI value.Illuminance.Unit.ofSi(double si) static IlluminanceReturns a Illuminance representation of a textual representation of a value with a unit.Methods in org.djunits.quantity with parameters of type IlluminanceModifier and TypeMethodDescriptionfinal DimensionlessIlluminance.divide(Illuminance v) Calculate the division of Illuminance and Illuminance, which results in a Dimensionless quantity.final AreaLuminousFlux.divide(Illuminance v) Calculate the division of LuminousFlux and Illuminance, which results in a Area scalar.final LuminousFluxArea.multiply(Illuminance v) Calculate the multiplication of Area and Illuminance, which results in a LuminousFlux scalar.Constructors in org.djunits.quantity with parameters of type Illuminance