Package org.djunits.unit
Class LinearDensityUnit
- All Implemented Interfaces:
Serializable
,Cloneable
public class LinearDensityUnit extends Unit<LinearDensityUnit>
Objects per unit of distance.
Copyright (c) 2013-2020 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See DJUNITS License.
- Author:
- Peter Knoppers
- See Also:
- Serialized Form
-
Nested Class Summary
Nested classes/interfaces inherited from class org.djunits.unit.Unit
Unit.Builder<U extends Unit<U>>
-
Field Summary
Fields Modifier and Type Field Description static Quantity<LinearDensityUnit>
BASE
The base, with "/m" as the SI signature.static LinearDensityUnit
PER_ANGSTROM
1/Angstrom.static LinearDensityUnit
PER_ASTRONOMICAL_UNIT
1/Astronomical Unit.static LinearDensityUnit
PER_CENTIMETER
1/centimeter.static LinearDensityUnit
PER_DECAMETER
1/decameter.static LinearDensityUnit
PER_DECIMETER
1/decimeter.static LinearDensityUnit
PER_FOOT
1/foot (international) = 0.3048 m = 1/3 yd = 12 inches.static LinearDensityUnit
PER_HECTOMETER
1/hectometer.static LinearDensityUnit
PER_INCH
1/inch (international) = 2.54 cm = 1/36 yd = 1/12 ft.static LinearDensityUnit
PER_KILOMETER
1/kilometer.static LinearDensityUnit
PER_LIGHTYEAR
1/Lightyear.static LinearDensityUnit
PER_METER
1/meter.static LinearDensityUnit
PER_MICROMETER
1/µm.static LinearDensityUnit
PER_MILE
1/mile (international) = 5280 ft = 1760 yd.static LinearDensityUnit
PER_MILLIMETER
1/millimeter.static LinearDensityUnit
PER_NAUTICAL_MILE
1/nautical mile (international) = 1852 m.static LinearDensityUnit
PER_PARSEC
1/Parsec.static LinearDensityUnit
PER_YARD
1/yard (international) = 0.9144 m = 3 ft = 36 in.static LinearDensityUnit
SI
The SI unit for objects per unit of distance is 1/meter. -
Constructor Summary
Constructors Constructor Description LinearDensityUnit()
-
Method Summary
Methods inherited from class org.djunits.unit.Unit
build, clone, deriveLinear, deriveLinear, deriveLinear, derivePerSI, deriveSI, deriveSI, deriveSIKilo, equals, getAbbreviations, getDefaultDisplayAbbreviation, getDefaultTextualAbbreviation, getId, getName, getQuantity, getScale, getStandardUnit, getUnit, getUnitSystem, hashCode, isBaseSIUnit, isGenerated, lookupOrCreateUnitWithSIDimensions, makeBuilder, toString
-
Field Details
-
BASE
The base, with "/m" as the SI signature. -
SI
The SI unit for objects per unit of distance is 1/meter. -
PER_METER
1/meter. -
PER_MICROMETER
1/µm. -
PER_MILLIMETER
1/millimeter. -
PER_CENTIMETER
1/centimeter. -
PER_DECIMETER
1/decimeter. -
PER_DECAMETER
1/decameter. -
PER_HECTOMETER
1/hectometer. -
PER_KILOMETER
1/kilometer. -
PER_FOOT
1/foot (international) = 0.3048 m = 1/3 yd = 12 inches. -
PER_INCH
1/inch (international) = 2.54 cm = 1/36 yd = 1/12 ft. -
PER_YARD
1/yard (international) = 0.9144 m = 3 ft = 36 in. -
PER_MILE
1/mile (international) = 5280 ft = 1760 yd. -
PER_NAUTICAL_MILE
1/nautical mile (international) = 1852 m. -
PER_ASTRONOMICAL_UNIT
1/Astronomical Unit. -
PER_LIGHTYEAR
1/Lightyear. -
PER_PARSEC
1/Parsec. -
PER_ANGSTROM
1/Angstrom.
-
-
Constructor Details
-
LinearDensityUnit
public LinearDensityUnit()
-