Uses of Class
org.goplanit.utils.unit.SimpleUnit
-
Packages that use SimpleUnit Package Description org.goplanit.utils.unit -
-
Uses of SimpleUnit in org.goplanit.utils.unit
Subclasses of SimpleUnit in org.goplanit.utils.unit Modifier and Type Class Description classDistanceUnitUnit class for all distance related unitsclassNoneUnitSimple unit that comprises a single unitclassSrsUnitUnit class for all spatial reference system related unitsclassTimeUnitUnit class for all time related units.classVehiclesUnitUnit class for all vehicles related units.Methods in org.goplanit.utils.unit that return SimpleUnit Modifier and Type Method Description static SimpleUnitUnit. of(UnitType type)Create unit based on given typeMethods in org.goplanit.utils.unit that return types with arguments of type SimpleUnit Modifier and Type Method Description protected List<SimpleUnit>GroupUnit. getDenominatorUnitTypes()All registered units in the denominatorprotected List<SimpleUnit>GroupUnit. getNumeratorUnitTypes()All registered units in the numeratorMethods in org.goplanit.utils.unit with parameters of type SimpleUnit Modifier and Type Method Description GroupUnitGroupUnit. per(SimpleUnit... denominatorUnits)Factory method to create a new groupUnit with this unit's numerator and additionally added denominator units, e.g., KM per HourConstructors in org.goplanit.utils.unit with parameters of type SimpleUnit Constructor Description GroupUnit(GroupUnit other, SimpleUnit... denominatorUnits)ConstructorGroupUnit(SimpleUnit... numeratorUnits)Constructor
-