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 UnitOfLengthMapProvider. getUnitOfLength()Gets the unit of length of map.static UnitOfLengthUnitOfLength. getUnitOfLength(String unitOfLength)static UnitOfLengthUnitOfLength. 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 doubleUnitOfLength. convertMeters(Double meters, UnitOfLength unitOfLength)Converts from meter to a unit of length.static StringUnitOfLength. getTranslatedString(UnitOfLength unitOfLength, TranslationService ts)Provides internationalization support for each entry in the enumeration.voidMapProvider. setUnitOfLength(UnitOfLength unitOfLength)Sets the unit of length of map.static doubleUnitOfLength. 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 UnitOfLengthGoogleMapsMapProvider. getUnitOfLength()Methods in com.neotropic.kuwaiba.modules.commercial.ospman.providers.google with parameters of type UnitOfLength Modifier and Type Method Description voidGoogleMapsMapProvider. setUnitOfLength(UnitOfLength unitOfLength) -
Uses of UnitOfLength in com.neotropic.kuwaiba.modules.commercial.ospman.providers.ol
Methods in com.neotropic.kuwaiba.modules.commercial.ospman.providers.ol that return UnitOfLength Modifier and Type Method Description UnitOfLengthAbstractOlTileLayerProvider. getUnitOfLength()Methods in com.neotropic.kuwaiba.modules.commercial.ospman.providers.ol with parameters of type UnitOfLength Modifier and Type Method Description voidAbstractOlTileLayerProvider. 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 voidOutsidePlantAccordion.MapPropertySheet. setPropertyUnitOfLength(UnitOfLength unitOfLength)
-