Uses of Class
overit.geocall.util.measure.MeasureWrapper
Packages that use MeasureWrapper
-
Uses of MeasureWrapper in overit.geocall.util
Fields in overit.geocall.util with type parameters of type MeasureWrapperModifier and TypeFieldDescriptionprotected ConcurrentHashMap<Measure, MeasureWrapper> Conventions.displayUnitsMapMethods in overit.geocall.util that return MeasureWrapperModifier and TypeMethodDescriptionConventions.getDisplayUnit(Measure displayUnit) Retrieves the correctMeasureWrapperassociated (by the user's language preferences) to the displayUnit passed as parameter.
For example, if in the user's language preferences it's set that the kilometers must be shown as miles ( with $MEASURE_km=mi,2), so if the display unit passed as parameter represent the kilometers it will be returned theMeasureWrapperobject that represent the miles unit of measurement and its output decimal precision.