Package org.djunits.unit
Class 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-2020 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>
BASE
The base, with "m/s" as the SI signature.static SpeedUnit
FOOT_PER_HOUR
ft/h.static SpeedUnit
FOOT_PER_MINUTE
ft/min.static SpeedUnit
FOOT_PER_SECOND
ft/s.static SpeedUnit
INCH_PER_HOUR
in/h.static SpeedUnit
INCH_PER_MINUTE
in/min.static SpeedUnit
INCH_PER_SECOND
in/s.static SpeedUnit
KM_PER_HOUR
km/h.static SpeedUnit
KM_PER_SECOND
km/s.static SpeedUnit
KNOT
knot = Nautical Mile per hour.static SpeedUnit
METER_PER_HOUR
m/h.static SpeedUnit
METER_PER_SECOND
m/s.static SpeedUnit
MILE_PER_HOUR
mile/h.static SpeedUnit
MILE_PER_MINUTE
mile/min.static SpeedUnit
MILE_PER_SECOND
mile/s.static SpeedUnit
SI
The 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 Details
-
BASE
The base, with "m/s" as the SI signature. -
SI
The SI unit for speed is m/s. -
METER_PER_SECOND
m/s. -
METER_PER_HOUR
m/h. -
KM_PER_SECOND
km/s. -
KM_PER_HOUR
km/h. -
INCH_PER_SECOND
in/s. -
INCH_PER_MINUTE
in/min. -
INCH_PER_HOUR
in/h. -
FOOT_PER_SECOND
ft/s. -
FOOT_PER_MINUTE
ft/min. -
FOOT_PER_HOUR
ft/h. -
MILE_PER_SECOND
mile/s. -
MILE_PER_MINUTE
mile/min. -
MILE_PER_HOUR
mile/h. -
KNOT
knot = Nautical Mile per hour.
-
-
Constructor Details
-
SpeedUnit
public SpeedUnit()
-