Uses of Class
com.neotropic.kuwaiba.modules.commercial.ospman.api.UnitOfLength
-
-
Uses of UnitOfLength in com.neotropic.kuwaiba.modules.commercial.ospman.api
Methods in com.neotropic.kuwaiba.modules.commercial.ospman.api that return UnitOfLength Modifier and Type Method Description UnitOfLength
MapProvider. getUnitOfLength()
Gets the unit of length of map.static UnitOfLength
UnitOfLength. getUnitOfLength(String unitOfLength)
static UnitOfLength
UnitOfLength. valueOf(String name)
Returns the enum constant of this type with the specified name.static UnitOfLength[]
UnitOfLength. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.neotropic.kuwaiba.modules.commercial.ospman.api that return types with arguments of type UnitOfLength Modifier and Type Method Description static List<UnitOfLength>
UnitOfLength. getUnits()
Methods in com.neotropic.kuwaiba.modules.commercial.ospman.api with parameters of type UnitOfLength Modifier and Type Method Description static double
UnitOfLength. convertMeters(Double meters, UnitOfLength unitOfLength)
Converts from meter to a unit of length.static String
UnitOfLength. getTranslatedString(UnitOfLength unitOfLength, TranslationService ts)
Provides internationalization support for each entry in the enumeration.void
MapProvider. setUnitOfLength(UnitOfLength unitOfLength)
Sets the unit of length of map.static double
UnitOfLength. toMeters(Double length, UnitOfLength unitOfLength)
Converts a given value of another unit to meters. -
Uses of UnitOfLength in com.neotropic.kuwaiba.modules.commercial.ospman.dialogs
-
Uses of UnitOfLength in com.neotropic.kuwaiba.modules.commercial.ospman.providers.google
Methods in com.neotropic.kuwaiba.modules.commercial.ospman.providers.google that return UnitOfLength Modifier and Type Method Description UnitOfLength
GoogleMapsMapProvider. getUnitOfLength()
Methods in com.neotropic.kuwaiba.modules.commercial.ospman.providers.google with parameters of type UnitOfLength Modifier and Type Method Description void
GoogleMapsMapProvider. setUnitOfLength(UnitOfLength unitOfLength)
-
Uses of UnitOfLength in com.neotropic.kuwaiba.modules.commercial.ospman.widgets
Methods in com.neotropic.kuwaiba.modules.commercial.ospman.widgets with parameters of type UnitOfLength Modifier and Type Method Description void
OutsidePlantAccordion.MapPropertySheet. setPropertyUnitOfLength(UnitOfLength unitOfLength)
-