Uses of Package
overit.geocall.util.measure
Packages that use overit.geocall.util.measure
Package
Description
-
Classes in overit.geocall.util.measure used by overit.geocall.basic.ui.controlClassDescriptionAbstract class that defines an unit of measurement and its information.
A unit of measurement is characterized by an abbreviation symbol and by the class in which its conversion functions, from/to other units of measurement, are implemented.This class aims to make conversions between units measurement.
To convert a value it's mandatory to defines an origin unit and a destination unit, between which you want to make the conversion.
See for exampleMeasureConverter.get(overit.geocall.util.measure.distances.Distances, overit.geocall.util.measure.distances.Distances)andMeasureConverter.convert(java.lang.Double) -
Classes in overit.geocall.util.measure used by overit.geocall.basic.ui.xlsxClassDescriptionAbstract class that defines an unit of measurement and its information.
A unit of measurement is characterized by an abbreviation symbol and by the class in which its conversion functions, from/to other units of measurement, are implemented.This class aims to make conversions between units measurement.
To convert a value it's mandatory to defines an origin unit and a destination unit, between which you want to make the conversion.
See for exampleMeasureConverter.get(overit.geocall.util.measure.distances.Distances, overit.geocall.util.measure.distances.Distances)andMeasureConverter.convert(java.lang.Double) -
Classes in overit.geocall.util.measure used by overit.geocall.utilClassDescriptionAbstract class that defines an unit of measurement and its information.
A unit of measurement is characterized by an abbreviation symbol and by the class in which its conversion functions, from/to other units of measurement, are implemented.Wrapper class that represent aMeasurewith its output display decimal precision defined into the user's language preference (cultural conventions). -
Classes in overit.geocall.util.measure used by overit.geocall.util.measureClassDescriptionInterface that defines the two mandatory methods, to make conversions between units measurement.Abstract class that defines an unit of measurement and its information.
A unit of measurement is characterized by an abbreviation symbol and by the class in which its conversion functions, from/to other units of measurement, are implemented.This class aims to make conversions between units measurement.
To convert a value it's mandatory to defines an origin unit and a destination unit, between which you want to make the conversion.
See for exampleMeasureConverter.get(overit.geocall.util.measure.distances.Distances, overit.geocall.util.measure.distances.Distances)andMeasureConverter.convert(java.lang.Double) -
Classes in overit.geocall.util.measure used by overit.geocall.util.measure.distancesClassDescriptionInterface that defines the two mandatory methods, to make conversions between units measurement.Abstract class that defines an unit of measurement and its information.
A unit of measurement is characterized by an abbreviation symbol and by the class in which its conversion functions, from/to other units of measurement, are implemented. -
Classes in overit.geocall.util.measure used by overit.geocall.util.measure.temperaturesClassDescriptionInterface that defines the two mandatory methods, to make conversions between units measurement.Abstract class that defines an unit of measurement and its information.
A unit of measurement is characterized by an abbreviation symbol and by the class in which its conversion functions, from/to other units of measurement, are implemented. -
Classes in overit.geocall.util.measure used by overit.geocall.util.measure.weightsClassDescriptionInterface that defines the two mandatory methods, to make conversions between units measurement.Abstract class that defines an unit of measurement and its information.
A unit of measurement is characterized by an abbreviation symbol and by the class in which its conversion functions, from/to other units of measurement, are implemented.