Package org.djunits.unit
Class SpeedUnit
- All Implemented Interfaces:
Serializable
,Cloneable
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-2024 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:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.djunits.unit.Unit
Unit.Builder<U extends Unit<U>>
-
Field Summary
Modifier and TypeFieldDescriptionThe base, with "m/s" as the SI signature.static final SpeedUnit
ft/h.static final SpeedUnit
ft/min.static final SpeedUnit
ft/s.static final SpeedUnit
in/h.static final SpeedUnit
in/min.static final SpeedUnit
in/s.static final SpeedUnit
km/h.static final SpeedUnit
km/s.static final SpeedUnit
knot = Nautical Mile per hour.static final SpeedUnit
m/h.static final SpeedUnit
m/s.static final SpeedUnit
mile/h.static final SpeedUnit
mile/min.static final SpeedUnit
mile/s.static final SpeedUnit
The SI unit for speed is m/s. -
Constructor Summary
-
Method Summary
Methods inherited from class org.djunits.unit.Unit
build, clone, deriveLinear, deriveLinear, deriveLinear, derivePerSI, deriveSI, deriveSI, deriveSIKilo, equals, getDefaultAbbreviations, getDefaultDisplayAbbreviation, getDefaultTextualAbbreviation, getId, getLocalizedAbbreviations, getLocalizedDisplayAbbreviation, getLocalizedTextualAbbreviation, 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()
-