Uses of Class
org.djunits.unit.AbstractUnit

Packages that use AbstractUnit
Package
Description
The quantity package stores information about quantities with their units.
Base classes to encode and store units.
  • Uses of AbstractUnit in org.djunits.quantity

    Modifier and Type
    Class
    Description
    static class 
    AbsorbedDose.Unit encodes the units of absorbed dose (of ionizing radiation).
    static class 
    Acceleration.Unit encodes the units of acceleration.
    static class 
    AmountOfSubstance.Unit encodes the units of amount of substance (base unit is mol).
    static class 
    Angle.Unit encodes the units of angle (radians, degrees).
    static class 
    AngularAcceleration.Unit encodes the units of angle (radians or degrees per second squared).
    static class 
    AngularVelocity.Unit encodes the units of angle (radians, degrees).
    static class 
    Area.Unit encodes the area unit (length x length).
    static class 
    ArealObjectDensity.Unit encodes the unit for number of objects per unit of area.
    static class 
    CatalyticActivity.Unit encodes the units of the speed of a chamical reaction, and is expressed in mol/s.
    static class 
    Density.Unit encodes the units of density based on mass per volume.
    static class 
    Duration.Unit encodes the units of relative time.
    static class 
    ElectricalCapacitance.Unit encodes the units of capacitance (in farad).
    static class 
    ElectricalConductance.Unit encodes the units of electrical conductance, and is expressed in Siemens.
    static class 
    ElectricalInductance.Unit encodes the units of electromagnetic inductance.
    static class 
    ElectricalResistance.Unit encodes the opposition to the flow of electric current.
    static class 
    ElectricCharge.Unit is a unit of electric charge and is expressed in Coulomb.
    static class 
    ElectricCurrent.Unit encodes the units of electric current (A).
    static class 
    ElectricPotential.Unit encodes the units of electric potential (difference)
    static class 
    Energy.Unit encodes the units of energy.
    static class 
    EquivalentDose.Unit encodes the unit of radiation exposure.
    static class 
    FlowMass.Unit encodes the units of mass flow.
    static class 
    FlowVolume.Unit encodes the units of volume flow.
    static class 
    Force.Unit encodes the units of force.
    static class 
    Frequency.Unit encodes the units of frequency.
    static class 
    Illuminance.Unit encodes the units of illuminance.
    static class 
    Length.Unit encodes the length unit.
    static class 
    LinearDensity.Unit encodes unit for mass per unit length.
    static class 
    LinearObjectDensity.Unit encodes the unit for the number of objects per unit of length.
    static class 
    LuminousFlux.Unit encodes the units of total perceived power of light emitted by a source.
    static class 
    LuminousIntensity.Unit encodes the units of luminous flux emitted per unit solid angle.
    static class 
    MagneticFlux.Unit encodes the units of total magnetic field passing through a given area.
    static class 
    MagneticFluxDensity.Unit encodes the units of strength of the magnetic field per unit area.
    static class 
    Mass.Unit encodes the unit of the amount of matter in an object.
    static class 
    Momentum.Unit encodes a unit for the product of an object's mass and velocity.
    static class 
    Power.Unit encodes the units for the rate of energy transfer or work done per unit time.
    static class 
    Pressure.Unit encodes the units of force exerted per unit area.
    static class 
    RadioActivity.Unit encodes the units of radioactivity.
    static class 
    SolidAngle.Unit encodes the units of solid angles.
    static class 
    Speed.Unit encodes the units of the rate of change of a position over time.
    static class 
    Temperature.Unit encodes the units of relative and absolute temperature.
    static class 
    Torque.Unit encodes the units of rotational force about an axis, measured in newton meters (Nm).
    static class 
    Volume.Unit encodes the volume unit (length x length x length).
    static class 
    VolumetricObjectDensity.Unit encodes the unit for number of objects per unit of volume.
  • Uses of AbstractUnit in org.djunits.unit

    Modifier and Type
    Class
    Description
    class 
    Unitless encodes a unit without dimensions, e.g., to encode a constant.