Uses of Class
overit.geocall.util.measure.Measure
Packages that use Measure
Package
Description
-
Uses of Measure in overit.geocall.basic.ui.control
Fields in overit.geocall.basic.ui.control declared as MeasureModifier and TypeFieldDescriptionprotected MeasureColumnInputMeasure.displayUnitprotected MeasureColumnMeasure.displayUnitprotected MeasureInputMeasure.displayUnitprotected MeasureOutputMeasure.displayUnitprotected MeasureColumnInputMeasure.unitprotected MeasureColumnMeasure.unitprotected MeasureInputMeasure.unitprotected MeasureOutputMeasure.unitMethods in overit.geocall.basic.ui.control that return MeasureModifier and TypeMethodDescriptionColumnInputMeasure.getDisplayUnit()Gets theMeasurewith which show the value on server side.ColumnMeasure.getDisplayUnit()Gets theMeasurewith which show the value on server side.OutputMeasure.getDisplayUnit()Gets theMeasurewith which show the value on server side.InputMeasure.getOutputUnit()Gets theMeasurewith which show the value on server side.ColumnInputMeasure.getUnit()Gets theMeasurefrom which starts the conversion and that represent the unit whith which the value is represent on server side.ColumnMeasure.getUnit()Gets theMeasurefrom which starts the conversion and that represent the unit whith which the value is represent on server side.InputMeasure.getUnit()Gets theMeasurefrom which starts the conversion and that represent the unit whith which the value is represent on server side.OutputMeasure.getUnit()Gets theMeasurefrom which starts the conversion and that represent the unit whith which the value is represent on server side.Methods in overit.geocall.basic.ui.control with parameters of type MeasureModifier and TypeMethodDescriptionprotected MeasureConverterColumnInputMeasure.getConverter(Measure input, Measure output) protected MeasureConverterColumnMeasure.getConverter(Measure input, Measure output) protected MeasureConverterInputMeasure.getConverter(Measure unit, Measure displayUnit) protected MeasureConverterOutputMeasure.getConverter(Measure unit, Measure displayUnit) voidColumnInputMeasure.setDisplayUnit(Measure displayUnit) Sets theMeasurewith which show the value on server side.
The value will be converted (on the client side) into the display unit set, according to what has been set in the user's language dictionary.
For example, if it's set (as cultural convention) that $MEASURE_km=mi,2, it means that the display unit "km" will be converted into "mi"voidColumnMeasure.setDisplayUnit(Measure displayUnit) Sets theMeasurewith which show the value on server side.
The value will be converted (on the client side) into the display unit set, according to what has been set in the user's language dictionary.
For example, if it's set (as cultural convention) that $MEASURE_km=mi,2, it means that the display unit "km" will be converted into "mi"voidInputMeasure.setDisplayUnit(Measure displayUnit) Sets theMeasurewith which show the value on client side.
The value will be converted (on the client side) into the display unit set, according to what has been set in the user's language dictionary.
For example, if it's set (as cultural convention) that $MEASURE_km=mi,2, it means that the display unit "km" will be converted into "mi"voidOutputMeasure.setDisplayUnit(Measure displayUnit) Sets theMeasurewith which show the value on server side.
The value will be converted (on the client side) into the display unit set, according to what has been set in the user's language dictionary.
For example, if it's set (as cultural convention) that $MEASURE_km=mi,2, it means that the display unit "km" will be converted into "mi"voidSets theMeasurefrom which starts the conversion and that represent the unit whith which the value is represent on server side.
This unit of measure will be considered as the server side unit for the component, only if the unit attribute it's not set into the configuration file for this field.voidSets theMeasurefrom which starts the conversion and that represent the unit whith which the value is represent on server side.
This unit of measure will be considered as the server side unit for the component, only if the unit attribute it's not set into the configuration file for this field.voidSets theMeasurefrom which starts the conversion and that represent the unit with which the value is represent on server side.
This unit of measure will be considered as the server-side unit for the component, only if the unit attribute it's not set into the configuration file for this field.voidSets theMeasurefrom which starts the conversion and that represent the unit whith which the value is represent on server side.
This unit of measure will be considered as the server side unit for the component, only if the unit attribute it's not set into the configuration file for this field. -
Uses of Measure in overit.geocall.basic.ui.xlsx
Fields in overit.geocall.basic.ui.xlsx declared as MeasureModifier and TypeFieldDescriptionprotected MeasureXlsxColumnMeasure.displayUnitprotected MeasureXlsxColumnMeasure.unitMethods in overit.geocall.basic.ui.xlsx that return MeasureModifier and TypeMethodDescriptionXlsxColumnMeasure.getDisplayUnit()Gets theMeasurewith which show the value on server side.XlsxColumnMeasure.getUnit()Gets theMeasurefrom which starts the conversion and that represent the unit whith which the value is represent on server side.Methods in overit.geocall.basic.ui.xlsx with parameters of type MeasureModifier and TypeMethodDescriptionprotected MeasureConverterXlsxColumnMeasure.getConverter(Measure input, Measure output) -
Uses of Measure in overit.geocall.util
Fields in overit.geocall.util with type parameters of type MeasureModifier and TypeFieldDescriptionprotected ConcurrentHashMap<Measure, MeasureWrapper> Conventions.displayUnitsMapMethods in overit.geocall.util with parameters of type MeasureModifier 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. -
Uses of Measure in overit.geocall.util.measure
Methods in overit.geocall.util.measure that return MeasureModifier and TypeMethodDescriptionstatic MeasureGets theMeasureobject associated with the unit's symbol string passed as parameter.
For example, for the "km" symbol it will be retieve theDistances.KILOMETERSobject.MeasureWrapper.getUnitMeasure()Gets theMeasureobject that represent this unit of measurement.Methods in overit.geocall.util.measure with parameters of type MeasureModifier and TypeMethodDescriptionvoidMeasureWrapper.setUnitMeasure(Measure unit) Sets theMeasureobject that represent this unit.Constructors in overit.geocall.util.measure with parameters of type Measure -
Uses of Measure in overit.geocall.util.measure.distances
Subclasses of Measure in overit.geocall.util.measure.distancesModifier and TypeClassDescriptionclassList of managed unit measurement that belongs to the distances category.
The surveyed units of measurement are: kilometers (seeDistances.KILOMETERS) meters (seeDistances.METERS) centimeters (seeDistances.CENTIMETERS) millimeters (seeDistances.MILLIMETERS) miles (seeDistances.MILES) yards (seeDistances.YARDS) feet (seeDistances.FEET) inches (seeDistances.INCHES) -
Uses of Measure in overit.geocall.util.measure.temperatures
Subclasses of Measure in overit.geocall.util.measure.temperaturesModifier and TypeClassDescriptionclassList of managed unit measurement that belongs to the temperatures category.
The surveyed units of measurement are: kelvin (seeTemperatures.KELVIN) celsius (seeTemperatures.CELSIUS) fahrenheit (seeTemperatures.FAHRENHEIT) -
Uses of Measure in overit.geocall.util.measure.weights
Subclasses of Measure in overit.geocall.util.measure.weightsModifier and TypeClassDescriptionclassList of managed unit measurement that belongs to the weights category.
The surveyed units of measurement are: kilograms (seeWeights.KILOGRAMS) grams (seeWeights.GRAMS) centigrams (seeWeights.CENTIGRAMS) milligrams (seeWeights.MILLIGRAMS) stone (seeWeights.STONE) pounds (seeWeights.POUNDS) ounces (seeWeights.OUNCES)