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 TypeMethodDescriptionCalculate the division of LuminousFlux and Area, which results in a Illuminance scalar.Illuminance.instantiateSi(double siValue, UnitInterface<Illuminance> displayUnit) static IlluminanceReturns a Illuminance based on a value and the textual representation of the unit, which can be localized.static IlluminanceIlluminance.of(double valueInUnit, Illuminance.Unit unit) Returns a Illuminance based on a value expressed in the unit.static IlluminanceIlluminance.ofSi(double si) Return a Illuminance instance based on an SI value.static IlluminanceIlluminance.ofSi(double siValue, Illuminance.Unit displayUnit) Instantiate a Illuminance quantity with an SI or base value and a display unit.Illuminance.Unit.ofSi(double si, UnitInterface<Illuminance> displayUnit) 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 TypeMethodDescriptionIlluminance.divide(Illuminance v) Calculate the division of Illuminance and Illuminance, which results in a Dimensionless quantity.LuminousFlux.divide(Illuminance v) Calculate the division of LuminousFlux and Illuminance, which results in a Area scalar.Area.multiply(Illuminance v) Calculate the multiplication of Area and Illuminance, which results in a LuminousFlux scalar.Method parameters in org.djunits.quantity with type arguments of type IlluminanceModifier and TypeMethodDescriptionIlluminance.instantiateSi(double siValue, UnitInterface<Illuminance> displayUnit) Illuminance.Unit.ofSi(double si, UnitInterface<Illuminance> displayUnit)