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 TypeMethodDescriptionfinal AreaCalculate the division of FlowVolume and Speed, which results in a Area scalar.final AreaCalculate the division of Force and Pressure, which results in a Area scalar.final AreaLength.divide(LinearObjectDensity v) Calculate the division of Length and LinearObjectDensity, which results in a Area quantity.final AreaLuminousFlux.divide(Illuminance v) Calculate the division of LuminousFlux and Illuminance, which results in a Area scalar.final AreaMagneticFlux.divide(MagneticFluxDensity v) Calculate the division of MagneticFlux and MagneticFluxDensity, which results in a Area scalar.final AreaCalculate the division of Volume and Length, which results in a Area scalar.Area.instantiate(double si) final AreaCalculate the multiplication of Length and Length, which results in a Area quantity.final AreaVolume.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 AreaArea.ofSi(double si) Return a Area instance based on an SI value.Area.Unit.ofSi(double si) 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 TypeMethodDescriptionfinal DimensionlessCalculate the division of Area and Area, which results in a Dimensionless scalar.final SpeedCalculate the division of FlowVolume and Area, which results in a Speed scalar.final PressureCalculate the division of Force and Area, which results in a Pressure scalar.final LinearObjectDensityCalculate the division of Length and Area, which results in a LinearObjectDensity quantity.final IlluminanceCalculate the division of LuminousFlux and Area, which results in a Illuminance scalar.final MagneticFluxDensityCalculate the division of MagneticFlux and Area, which results in a MagneticFluxDensity scalar.final LengthCalculate the division of Volume and Area, which results in a Length scalar.final DimensionlessMultiplies this areal object density by an area to yield a dimensionless count.final LuminousFluxCalculate the multiplication of Illuminance and Area, which results in a LuminousFlux scalar.final VolumeCalculate the multiplication of Length and Area, which results in a Volume quantity.final LengthCalculate the multiplication of LinearObjectDensity and Area, which results in a Length scalar.final MagneticFluxCalculate the multiplication of MagneticFluxDensity and Area, which results in a MagneticFlux scalar.final ForceCalculate the multiplication of Pressure and Area, which results in a Force scalar.final FlowVolumeCalculate the multiplication of Speed and Area, which results in a FlowVolume scalar.final LinearObjectDensityMultiplies this volumetric object density by an area to yield a linear object density.Constructors in org.djunits.quantity with parameters of type Area