Uses of Interface
overit.geocall.util.measure.BaseConverter
Packages that use BaseConverter
Package
Description
-
Uses of BaseConverter in overit.geocall.util.measure
Methods in overit.geocall.util.measure that return BaseConverterModifier and TypeMethodDescriptionabstract BaseConverterMeasure.getConverterClass()Gets the class in which the conversion functions, from/to other units of measurement, are implemented. -
Uses of BaseConverter in overit.geocall.util.measure.distances
Classes in overit.geocall.util.measure.distances that implement BaseConverterModifier and TypeClassDescriptionclassThis class implements the functions to convert centimeters to their base unit (meters) and vice versa.classThis class implements a basic conversion between units measurement that belongs to the distance category.classThis class implements the functions to convert feet to their category's base unit (meters) and vice versa.classThis class implements the functions to convert inch to their category's base unit (meters) and vice versa.classThis class implements the functions to convert kilometers to their base unit (meters) and vice versa.classThis class implements the functions to convert meters to their base unit (meters, so there's no conversion to do) and vice versa.classThis class implements the functions to convert miles to their category's base unit (meters) and vice versa.classThis class implements the functions to convert millimeter to their base unit (meters) and vice versa.classThis class implements the functions to convert yards to their category's base unit (meters) and vice versa.Methods in overit.geocall.util.measure.distances that return BaseConverter -
Uses of BaseConverter in overit.geocall.util.measure.temperatures
Classes in overit.geocall.util.measure.temperatures that implement BaseConverterModifier and TypeClassDescriptionclassThis class implements the functions to convert celsius to their base unit (kelvin) and vice versa.classThis class implements the functions to convert fahrenheit to their base unit (kelvin) and vice versa.classThis class implements the functions to convert kelvin to their base unit (kelvin) and vice versa.classThis class implements a basic conversion between units measurement that belongs to the temperatures category.Methods in overit.geocall.util.measure.temperatures that return BaseConverter -
Uses of BaseConverter in overit.geocall.util.measure.weights
Classes in overit.geocall.util.measure.weights that implement BaseConverterModifier and TypeClassDescriptionclassThis class implements the functions to convert centigrams to their base unit (kilograms) and vice versa.classThis class implements the functions to convert grams to their base unit (kilograms) and vice versa.classThis class implements the functions to convert kilograms to their base unit (kilograms) and vice versa.classThis class implements the functions to convert pounds to their base unit (kilograms) and vice versa.classThis class implements the functions to convert milligrams to their base unit (kilograms) and vice versa.classThis class implements the functions to convert ounces to their base unit (kilograms) and vice versa.classThis class implements the functions to convert stone to their base unit (kilograms) and vice versa.classThis class implements a basic conversion between units measurement that belongs to the weights category.Methods in overit.geocall.util.measure.weights that return BaseConverter