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
    final Area
    FlowVolume.divide(Speed v)
    Calculate the division of FlowVolume and Speed, which results in a Area scalar.
    final Area
    Force.divide(Pressure v)
    Calculate the division of Force and Pressure, which results in a Area scalar.
    final Area
    Calculate the division of Length and LinearObjectDensity, which results in a Area quantity.
    final Area
    LuminousFlux.divide(Illuminance v)
    Calculate the division of LuminousFlux and Illuminance, which results in a Area scalar.
    final Area
    MagneticFlux.divide(MagneticFluxDensity v)
    Calculate the division of MagneticFlux and MagneticFluxDensity, which results in a Area scalar.
    final Area
    Volume.divide(Length v)
    Calculate the division of Volume and Length, which results in a Area scalar.
    Area.instantiate(double si)
     
    final Area
    Length.multiply(Length v)
    Calculate the multiplication of Length and Length, which results in a Area quantity.
    final Area
    Calculate the multiplication of Volume and LinearObjectDensity, which results in a Area scalar.
    static Area
    Area.of(double value, String unitString)
    Returns a Area based on a value and the textual representation of the unit, which can be localized.
    static Area
    Area.ofSi(double si)
    Return a Area instance based on an SI value.
    Area.Unit.ofSi(double si)
     
    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.
    final Speed
    FlowVolume.divide(Area v)
    Calculate the division of FlowVolume and Area, which results in a Speed scalar.
    final Pressure
    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.
    final Length
    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.
    final Volume
    Length.multiply(Area v)
    Calculate the multiplication of Length and Area, which results in a Volume quantity.
    final Length
    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.
    final Force
    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.
    Constructors in org.djunits.quantity with parameters of type Area
    Modifier
    Constructor
    Description
     
    Area(Area value)
    Construct Area quantity.