Package org.djunits.unit
Class SpeedUnit
- java.lang.Object
-
- org.djunits.unit.Unit<SpeedUnit>
-
- org.djunits.unit.SpeedUnit
-
- All Implemented Interfaces:
Serializable,Cloneable
public class SpeedUnit extends Unit<SpeedUnit>
According to Wikipedia: Speed describes only how fast an object is moving, whereas speed gives both how fast and in what direction the object is moving.Copyright (c) 2015-2022 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See DJUNITS License- Author:
- Alexander Verbraeck
- 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<SpeedUnit>BASEThe base, with "m/s" as the SI signature.static SpeedUnitFOOT_PER_HOURft/h.static SpeedUnitFOOT_PER_MINUTEft/min.static SpeedUnitFOOT_PER_SECONDft/s.static SpeedUnitINCH_PER_HOURin/h.static SpeedUnitINCH_PER_MINUTEin/min.static SpeedUnitINCH_PER_SECONDin/s.static SpeedUnitKM_PER_HOURkm/h.static SpeedUnitKM_PER_SECONDkm/s.static SpeedUnitKNOTknot = Nautical Mile per hour.static SpeedUnitMETER_PER_HOURm/h.static SpeedUnitMETER_PER_SECONDm/s.static SpeedUnitMILE_PER_HOURmile/h.static SpeedUnitMILE_PER_MINUTEmile/min.static SpeedUnitMILE_PER_SECONDmile/s.static SpeedUnitSIThe SI unit for speed is m/s.
-
Constructor Summary
Constructors Constructor Description SpeedUnit()
-
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 Detail
-
SI
public static final SpeedUnit SI
The SI unit for speed is m/s.
-
METER_PER_SECOND
public static final SpeedUnit METER_PER_SECOND
m/s.
-
METER_PER_HOUR
public static final SpeedUnit METER_PER_HOUR
m/h.
-
KM_PER_SECOND
public static final SpeedUnit KM_PER_SECOND
km/s.
-
KM_PER_HOUR
public static final SpeedUnit KM_PER_HOUR
km/h.
-
INCH_PER_SECOND
public static final SpeedUnit INCH_PER_SECOND
in/s.
-
INCH_PER_MINUTE
public static final SpeedUnit INCH_PER_MINUTE
in/min.
-
INCH_PER_HOUR
public static final SpeedUnit INCH_PER_HOUR
in/h.
-
FOOT_PER_SECOND
public static final SpeedUnit FOOT_PER_SECOND
ft/s.
-
FOOT_PER_MINUTE
public static final SpeedUnit FOOT_PER_MINUTE
ft/min.
-
FOOT_PER_HOUR
public static final SpeedUnit FOOT_PER_HOUR
ft/h.
-
MILE_PER_SECOND
public static final SpeedUnit MILE_PER_SECOND
mile/s.
-
MILE_PER_MINUTE
public static final SpeedUnit MILE_PER_MINUTE
mile/min.
-
MILE_PER_HOUR
public static final SpeedUnit MILE_PER_HOUR
mile/h.
-
KNOT
public static final SpeedUnit KNOT
knot = Nautical Mile per hour.
-
-