Uses of Class
org.orekit.utils.units.UnitsConverter
-
Packages that use UnitsConverter Package Description org.orekit.utils.units This package provides very basic handling of units. -
-
Uses of UnitsConverter in org.orekit.utils.units
Fields in org.orekit.utils.units declared as UnitsConverter Modifier and Type Field Description static UnitsConverter
UnitsConverter. ARC_SECONDS_TO_RADIANS
Arcseconds to radians converter.static UnitsConverter
UnitsConverter. DAYS_TO_SECONDS
Days to seconds converter.static UnitsConverter
UnitsConverter. IDENTITY
Identity converter.static UnitsConverter
UnitsConverter. KILOMETRES_2_TO_METRES_2
Square kilometres to square metres converter.static UnitsConverter
UnitsConverter. KILOMETRES_TO_METRES
Kilometres to metres converter.static UnitsConverter
UnitsConverter. KM3_P_S2_TO_M3_P_S2
km³/s² to m³/s² converter.static UnitsConverter
UnitsConverter. MILLI_ARC_SECONDS_TO_RADIANS
Milli arcseconds to radians converter.static UnitsConverter
UnitsConverter. MILLI_SECONDS_TO_SECONDS
Milli seconds to seconds converter.static UnitsConverter
UnitsConverter. PERCENTS_TO_UNIT
Percents to units converter.
-