Package de.xima.fc.common.measure
Interface Length
-
- All Superinterfaces:
MeasurementUnit<Length>
- All Known Implementing Classes:
LengthUnit
public interface Length extends MeasurementUnit<Length>
TheMeasurementUnit
for a length or distance. The reference unit is the meter (m).
-
-
Method Summary
-
Methods inherited from interface de.xima.fc.common.measure.MeasurementUnit
conversionFactorDenominator, conversionFactorNumerator, of, of, symbol, toString
-
-
-
-
Field Detail
-
REFERENCE
static final Length REFERENCE
The reference unit of length, which is the meter (m).
-
-