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 Area
    Modifier and Type
    Field
    Description
    static final Area
    Area.NaN
    Constant with value NaN.
    static final Area
    Constant with value -MAX_VALUE.
    static final Area
    Constant with value NEGATIVE_INFINITY.
    static final Area
    Area.ONE
    Constant with value one.
    static final Area
    Constant with value MAX_VALUE.
    static final Area
    Constant with value POSITIVE_INFINITY.
    static final Area
    Area.ZERO
    Constant with value zero.
    Methods in org.djunits.quantity that return Area
    Modifier and Type
    Method
    Description
    FlowVolume.divide(Speed v)
    Calculate the division of FlowVolume and Speed, which results in a Area scalar.
    Force.divide(Pressure v)
    Calculate the division of Force and Pressure, which results in a Area scalar.
    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.
    Volume.divide(Length v)
    Calculate the division of Volume and Length, which results in a Area scalar.
    Area.instantiateSi(double siValue, UnitInterface<Area> displayUnit)
     
    Length.multiply(Length v)
    Calculate the multiplication of Length and Length, which results in a Area quantity.
    Calculate the multiplication of Volume and LinearObjectDensity, which results in a Area scalar.
    static Area
    Area.of(double valueInUnit, String unitString)
    Returns a Area based on a value and the textual representation of the unit, which can be localized.
    static Area
    Area.of(double valueInUnit, Area.Unit unit)
    Returns a Area based on a value expressed in the unit.
    static Area
    Area.ofSi(double si)
    Return a Area instance based on an SI value.
    static Area
    Area.ofSi(double siValue, Area.Unit displayUnit)
    Instantiate a Area quantity with an SI or base value and a display unit.
    Area.Unit.ofSi(double si, UnitInterface<Area> displayUnit)
     
    ArealObjectDensity.reciprocal()
     
    static Area
    Area.valueOf(String text)
    Returns a Area representation of a textual representation of a value with a unit.
    Methods in org.djunits.quantity with parameters of type Area
    Modifier and Type
    Method
    Description
    Area.divide(Area v)
    Calculate the division of Area and Area, which results in a Dimensionless scalar.
    FlowVolume.divide(Area v)
    Calculate the division of FlowVolume and Area, which results in a Speed scalar.
    Force.divide(Area v)
    Calculate the division of Force and Area, which results in a Pressure scalar.
    Length.divide(Area v)
    Calculate the division of Length and Area, which results in a LinearObjectDensity quantity.
    LuminousFlux.divide(Area v)
    Calculate the division of LuminousFlux and Area, which results in a Illuminance scalar.
    MagneticFlux.divide(Area v)
    Calculate the division of MagneticFlux and Area, which results in a MagneticFluxDensity scalar.
    Volume.divide(Area v)
    Calculate the division of Volume and Area, which results in a Length scalar.
    ArealObjectDensity.multiply(Area area)
    Multiplies this areal object density by an area to yield a dimensionless count.
    Illuminance.multiply(Area v)
    Calculate the multiplication of Illuminance and Area, which results in a LuminousFlux scalar.
    Length.multiply(Area v)
    Calculate the multiplication of Length and Area, which results in a Volume quantity.
    LinearObjectDensity.multiply(Area v)
    Calculate the multiplication of LinearObjectDensity and Area, which results in a Length scalar.
    MagneticFluxDensity.multiply(Area v)
    Calculate the multiplication of MagneticFluxDensity and Area, which results in a MagneticFlux scalar.
    Pressure.multiply(Area v)
    Calculate the multiplication of Pressure and Area, which results in a Force scalar.
    Speed.multiply(Area v)
    Calculate the multiplication of Speed and Area, which results in a FlowVolume scalar.
    VolumetricObjectDensity.multiply(Area area)
    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 Area
    Modifier and Type
    Method
    Description
    Area.instantiateSi(double siValue, UnitInterface<Area> displayUnit)
     
    Area.Unit.ofSi(double si, UnitInterface<Area> displayUnit)