Class Distances
java.lang.Object
overit.geocall.util.measure.Measure
overit.geocall.util.measure.distances.Distances
- All Implemented Interfaces:
Serializable
List of managed unit measurement that belongs to the distances category.
The surveyed units of measurement are:
The surveyed units of measurement are:
- kilometers (see
KILOMETERS) - meters (see
METERS) - centimeters (see
CENTIMETERS) - millimeters (see
MILLIMETERS) - miles (see
MILES) - yards (see
YARDS) - feet (see
FEET) - inches (see
INCHES)
- See Also:
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetAlias()Gets the alias name of the unit of measurementGets the class in which the conversion functions, from/to other units of measurement, are implemented.Gets the symbol associated to the unit measurement.
For example, kilometers have the "km" symbol, miles have the "mi" symbol and so on.
-
Field Details
-
KILOMETERS
-
METERS
-
CENTIMETERS
-
MILLIMETERS
-
MILES
-
YARDS
-
FEET
-
INCHES
-
-
Method Details
-
getSymbol
Description copied from class:MeasureGets the symbol associated to the unit measurement.
For example, kilometers have the "km" symbol, miles have the "mi" symbol and so on. -
getConverterClass
Description copied from class:MeasureGets the class in which the conversion functions, from/to other units of measurement, are implemented.- Specified by:
getConverterClassin classMeasure- Returns:
- The class in which the conversion functions, from/to other units of measurement, are implemented.
-
getAlias
Description copied from class:MeasureGets the alias name of the unit of measurement
-