Uses of Class
org.djunits.quantity.Area
Packages that use Area
Package
Description
The quantity package stores information about quantities with their units.
-
Uses of Area in org.djunits.quantity
Fields in org.djunits.quantity declared as AreaModifier and TypeFieldDescriptionstatic final AreaArea.NaNConstant with value NaN.static final AreaArea.NEG_MAXVALUEConstant with value -MAX_VALUE.static final AreaArea.NEGATIVE_INFINITYConstant with value NEGATIVE_INFINITY.static final AreaArea.ONEConstant with value one.static final AreaArea.POS_MAXVALUEConstant with value MAX_VALUE.static final AreaArea.POSITIVE_INFINITYConstant with value POSITIVE_INFINITY.static final AreaArea.ZEROConstant with value zero.Methods in org.djunits.quantity that return AreaModifier and TypeMethodDescriptionCalculate the division of FlowVolume and Speed, which results in a Area scalar.Calculate the division of Force and Pressure, which results in a Area scalar.Length.divide(LinearObjectDensity v) Calculate the division of Length and LinearObjectDensity, which results in a Area quantity.LuminousFlux.divide(Illuminance v) Calculate the division of LuminousFlux and Illuminance, which results in a Area scalar.MagneticFlux.divide(MagneticFluxDensity v) Calculate the division of MagneticFlux and MagneticFluxDensity, which results in a Area scalar.Calculate the division of Volume and Length, which results in a Area scalar.Area.instantiateSi(double siValue, UnitInterface<Area> displayUnit) Calculate the multiplication of Length and Length, which results in a Area quantity.Volume.multiply(LinearObjectDensity v) Calculate the multiplication of Volume and LinearObjectDensity, which results in a Area scalar.static AreaReturns a Area based on a value and the textual representation of the unit, which can be localized.static AreaReturns a Area based on a value expressed in the unit.static AreaArea.ofSi(double si) Return a Area instance based on an SI value.static AreaInstantiate a Area quantity with an SI or base value and a display unit.Area.Unit.ofSi(double si, UnitInterface<Area> displayUnit) ArealObjectDensity.reciprocal()static AreaReturns a Area representation of a textual representation of a value with a unit.Methods in org.djunits.quantity with parameters of type AreaModifier and TypeMethodDescriptionCalculate the division of Area and Area, which results in a Dimensionless scalar.Calculate the division of FlowVolume and Area, which results in a Speed scalar.Calculate the division of Force and Area, which results in a Pressure scalar.Calculate the division of Length and Area, which results in a LinearObjectDensity quantity.Calculate the division of LuminousFlux and Area, which results in a Illuminance scalar.Calculate the division of MagneticFlux and Area, which results in a MagneticFluxDensity scalar.Calculate the division of Volume and Area, which results in a Length scalar.Multiplies this areal object density by an area to yield a dimensionless count.Calculate the multiplication of Illuminance and Area, which results in a LuminousFlux scalar.Calculate the multiplication of Length and Area, which results in a Volume quantity.Calculate the multiplication of LinearObjectDensity and Area, which results in a Length scalar.Calculate the multiplication of MagneticFluxDensity and Area, which results in a MagneticFlux scalar.Calculate the multiplication of Pressure and Area, which results in a Force scalar.Calculate the multiplication of Speed and Area, which results in a FlowVolume scalar.Multiplies this volumetric object density by an area to yield a linear object density.Method parameters in org.djunits.quantity with type arguments of type AreaModifier and TypeMethodDescriptionArea.instantiateSi(double siValue, UnitInterface<Area> displayUnit) Area.Unit.ofSi(double si, UnitInterface<Area> displayUnit)