Uses of Class
org.orekit.utils.units.Unit
-
Packages that use Unit Package Description org.orekit.files.ccsds.definitions This package contains definitions for CCSDS objects (frames, time systems...).org.orekit.files.ccsds.ndm This package contains the base hierarchy for CCSDS ADM, ODM and TDM.org.orekit.files.ccsds.ndm.adm.acm This package contains class managing CCSDS Attitude Comprehensive Message.org.orekit.files.ccsds.ndm.odm.ocm This package contains class managing CCSDS Orbit Comprehensive Message.org.orekit.files.ccsds.utils.generation This package contains utilities for CCSDS messages generation.org.orekit.files.ccsds.utils.lexical This package contains utilities for CCSDS messages lexical analysis.org.orekit.files.rinex.navigation This package provides classes related to RINEX navigation files.org.orekit.files.sp3 This package provides a parser for orbit data stored in SP3 format.org.orekit.gnss.metric.parser This package provides the top levelMessagesParser
class that can extractmessages
from binary containers likeByteArrayEncodedMessages
or {link org.orekit.metric.gnss.ssr.parser.InputStreamEncodedMessages InputStreamEncodedMessages}.org.orekit.models.earth.troposphere This package provides models that simulate the impact of the troposphere.org.orekit.utils.units This package provides very basic handling of units. -
-
Uses of Unit in org.orekit.files.ccsds.definitions
Fields in org.orekit.files.ccsds.definitions declared as Unit Modifier and Type Field Description static Unit
Units. DEG_PER_S
Degree per second unit.static Unit
Units. DEG_PER_S_1_2
Degree per second^1/2 unit.static Unit
Units. DEG_PER_S_3_2
Degree per second^3/2 unit.static Unit
Units. HECTO_PASCAL
HectoPascal unit.static Unit
Units. HZ_PER_S
Hertz per second unit.static Unit
Units. KG_M2
kg.m² unit.static Unit
Units. KM_PER_S
Kilometers per second units.static Unit
Units. KM_PER_S2
Kilometers per square second units.static Unit
Units. KM2
Square kilometers units.static Unit
Units. KM2_PER_S
Square kilometers per second units.static Unit
Units. KM2_PER_S2
Square kilometers per square second units.static Unit
Units. KM3_PER_S2
km³/s² unit.static Unit
Units. M_PER_S
Meters per second units.static Unit
Units. M_PER_S2
Meters per square second units.static Unit
Units. M2
m² unit.static Unit
Units. M2_PER_KG
m² per kilograms units.static Unit
Units. M2_PER_S
Square meters per second units.static Unit
Units. M2_PER_S2
Square meters per square second units.static Unit
Units. M2_PER_S3
Square meters per cube second units.static Unit
Units. M2_PER_S4
Square meters per s⁴ units.static Unit
Units. M3_PER_KG
m³ per kilograms units.static Unit
Units. M3_PER_KGS
Cubic meters per kilograms second units.static Unit
Units. M3_PER_KGS2
Cubic meters per kilograms (square second) units.static Unit
Units. M4
m⁴ unit.static Unit
Units. M4_PER_KG
m⁴ per kilograms units.static Unit
Units. M4_PER_KG2
m⁴ per square kilograms units.static Unit
Units. N_M
Newton metre unit.static Unit
Units. N_M_S
Newton metre second unit.static Unit
Units. NANO_TESLA
Nano Tesla unit.static Unit
Units. NB_PER_Y
#/year unit.static Unit
Units. ONE_PER_ER
Earth radii reciprocal unit.static Unit
Units. ONE_PER_S
Seconds reciprocal unit.static Unit
Units. REV_PER_DAY
Revolutions per day unit.static Unit
Units. REV_PER_DAY2_SCALED
Scaled revolutions per square day unit.static Unit
Units. REV_PER_DAY3_SCALED
Scaled revolutions per cubic day divieded by 6 unit.static Unit
Units. W_PER_KG
Watt per kilograms units. -
Uses of Unit in org.orekit.files.ccsds.ndm
Methods in org.orekit.files.ccsds.ndm that return Unit Modifier and Type Method Description abstract Unit
ParsedUnitsBehavior. select(Unit message, Unit standard)
Select the unit to use for interpreting parsed value.Methods in org.orekit.files.ccsds.ndm with parameters of type Unit Modifier and Type Method Description abstract Unit
ParsedUnitsBehavior. select(Unit message, Unit standard)
Select the unit to use for interpreting parsed value. -
Uses of Unit in org.orekit.files.ccsds.ndm.adm.acm
Methods in org.orekit.files.ccsds.ndm.adm.acm that return types with arguments of type Unit Modifier and Type Method Description List<Unit>
AttitudeCovarianceType. getUnits()
Get the elements units.List<Unit>
AttitudeElementsType. getUnits()
Get the elements units.List<Unit>
RateElementsType. getUnits()
Get the elements units. -
Uses of Unit in org.orekit.files.ccsds.ndm.odm.ocm
Methods in org.orekit.files.ccsds.ndm.odm.ocm that return Unit Modifier and Type Method Description Unit
ManeuverFieldType. getUnit()
Get the field unit.Methods in org.orekit.files.ccsds.ndm.odm.ocm that return types with arguments of type Unit Modifier and Type Method Description List<Unit>
OrbitCovarianceHistoryMetadata. getCovUnits()
Get covariance element set units.List<Unit>
OrbitManeuverHistoryMetadata. getManUnits()
Get maneuver elements of information units.List<Unit>
TrajectoryStateHistoryMetadata. getTrajUnits()
Get trajectory element set units.List<Unit>
OrbitElementsType. getUnits()
Get the elements units.Methods in org.orekit.files.ccsds.ndm.odm.ocm with parameters of type Unit Modifier and Type Method Description void
ManeuverFieldType. checkUnit(Unit parsedUnit)
Check if parsed unit is compatible with field type.Method parameters in org.orekit.files.ccsds.ndm.odm.ocm with type arguments of type Unit Modifier and Type Method Description void
OrbitCovarianceHistoryMetadata. setCovUnits(List<Unit> covUnits)
Set covariance element set units.void
OrbitManeuverHistoryMetadata. setManUnits(List<Unit> manUnits)
Set maneuver element of information units.void
TrajectoryStateHistoryMetadata. setTrajUnits(List<Unit> trajUnits)
Set trajectory element set units.Constructor parameters in org.orekit.files.ccsds.ndm.odm.ocm with type arguments of type Unit Constructor Description TrajectoryState(OrbitElementsType type, AbsoluteDate date, String[] fields, int first, List<Unit> units)
Simple constructor. -
Uses of Unit in org.orekit.files.ccsds.utils.generation
Methods in org.orekit.files.ccsds.utils.generation with parameters of type Unit Modifier and Type Method Description void
AbstractGenerator. writeEntry(String key, double value, Unit unit, boolean mandatory)
Write a single key/value entry.void
AbstractGenerator. writeEntry(String key, Double value, Unit unit, boolean mandatory)
Write a single key/value entry.void
Generator. writeEntry(String key, double value, Unit unit, boolean mandatory)
Write a single key/value entry.void
Generator. writeEntry(String key, Double value, Unit unit, boolean mandatory)
Write a single key/value entry.void
Generator. writeEntry(String key, String value, Unit unit, boolean mandatory)
Write a single key/value entry.void
KvnGenerator. writeEntry(String key, String value, Unit unit, boolean mandatory)
Write a single key/value entry.void
XmlGenerator. writeEntry(String key, String value, Unit unit, boolean mandatory)
Write a single key/value entry.boolean
AbstractGenerator. writeUnits(Unit unit)
Check if unit must be written.Method parameters in org.orekit.files.ccsds.utils.generation with type arguments of type Unit Modifier and Type Method Description String
AbstractGenerator. unitsListToString(List<Unit> units)
Convert a list of units to a bracketed string.String
Generator. unitsListToString(List<Unit> units)
Convert a list of units to a bracketed string. -
Uses of Unit in org.orekit.files.ccsds.utils.lexical
Methods in org.orekit.files.ccsds.utils.lexical that return Unit Modifier and Type Method Description Unit
ParseToken. getUnits()
Get the units.Methods in org.orekit.files.ccsds.utils.lexical with parameters of type Unit Modifier and Type Method Description boolean
ParseToken. processAsDouble(Unit standard, ParsedUnitsBehavior behavior, ParseToken.DoubleConsumer consumer)
Process the content as a double.boolean
ParseToken. processAsDoubleArray(Unit standard, ParsedUnitsBehavior behavior, ParseToken.DoubleArrayConsumer consumer)
Process the content as an array of doubles.boolean
ParseToken. processAsDoublyIndexedDouble(int i, int j, Unit standard, ParsedUnitsBehavior behavior, ParseToken.DoublyIndexedDoubleConsumer consumer)
Process the content as a doubly-indexed double.boolean
ParseToken. processAsIndexedDouble(int i, Unit standard, ParsedUnitsBehavior behavior, ParseToken.IndexedDoubleConsumer consumer)
Process the content as an indexed double.boolean
ParseToken. processAsIndexedDoubleArray(int index, Unit standard, ParsedUnitsBehavior behavior, ParseToken.IndexedDoubleArrayConsumer consumer)
Process the content as an indexed double array.boolean
ParseToken. processAsLabeledDouble(char label, Unit standard, ParsedUnitsBehavior behavior, ParseToken.LabeledDoubleConsumer consumer)
Process the content as a labeled double.boolean
ParseToken. processAsVector(Unit standard, ParsedUnitsBehavior behavior, ParseToken.VectorConsumer consumer)
Process the content as a vector.Method parameters in org.orekit.files.ccsds.utils.lexical with type arguments of type Unit Modifier and Type Method Description void
ParseToken.UnitListConsumer. accept(List<Unit> value)
Consume a list of units.Constructors in org.orekit.files.ccsds.utils.lexical with parameters of type Unit Constructor Description ParseToken(TokenType type, String name, String content, Unit units, int lineNumber, String fileName)
Simple constructor. -
Uses of Unit in org.orekit.files.rinex.navigation
Fields in org.orekit.files.rinex.navigation declared as Unit Modifier and Type Field Description static Unit
IonosphereNequickGMessage. SFU
Converter for Nequick-G aᵢ₀ parameter.static Unit
IonosphereNequickGMessage. SFU_PER_DEG
Converter for Nequick-G aᵢ₁ parameter.static Unit
IonosphereNequickGMessage. SFU_PER_DEG2
Converter for Nequick-G aᵢ₂ parameter. -
Uses of Unit in org.orekit.files.sp3
Fields in org.orekit.files.sp3 declared as Unit Modifier and Type Field Description static Unit
SP3Utils. CLOCK_ACCURACY_UNIT
Clock accuracy unit.static Unit
SP3Utils. CLOCK_RATE_ACCURACY_UNIT
Clock rate accuracy unit.static Unit
SP3Utils. CLOCK_RATE_UNIT
Clock rate unit.static Unit
SP3Utils. CLOCK_UNIT
Clock unit.static Unit
SP3Utils. POSITION_ACCURACY_UNIT
Position accuracy unit.static Unit
SP3Utils. POSITION_UNIT
Position unit.static Unit
SP3Utils. VELOCITY_ACCURACY_UNIT
Velocity accuracy unit.static Unit
SP3Utils. VELOCITY_UNIT
Velocity unit.Methods in org.orekit.files.sp3 with parameters of type Unit Modifier and Type Method Description static int
SP3Utils. indexAccuracy(Unit unit, double base, double accuracy)
Convert an accuracy from SI units.static double
SP3Utils. siAccuracy(Unit unit, double base, int accuracyIndex)
Convert an accuracy to SI units. -
Uses of Unit in org.orekit.gnss.metric.parser
Fields in org.orekit.gnss.metric.parser declared as Unit Modifier and Type Field Description static Unit
Units. KM_PER_S
Kilometers par second units.static Unit
Units. KM_PER_S2
Kilometers par square second units.static Unit
Units. MM
Millimetres units.static Unit
Units. MM_PER_S
Millimetres per second units.static Unit
Units. MM_PER_S2
Millimetres per square second units.static Unit
Units. NS
Nanoseconds units.static Unit
Units. SEMI_CIRCLE
Semi-circles units. -
Uses of Unit in org.orekit.models.earth.troposphere
Fields in org.orekit.models.earth.troposphere declared as Unit Modifier and Type Field Description static Unit
TroposphericModelUtils. HECTO_PASCAL
HectoPascal unit.static Unit
TroposphericModelUtils. MICRO_M
Micrometers unit.static Unit
TroposphericModelUtils. NANO_M
Nanometers unit.Methods in org.orekit.models.earth.troposphere with parameters of type Unit Modifier and Type Method Description static MendesPavlisModel
MendesPavlisModel. getStandardModel(double lambda, Unit lambdaUnits)
Create a new Mendes-Pavlis model using a standard atmosphere model.Constructors in org.orekit.models.earth.troposphere with parameters of type Unit Constructor Description MariniMurray(double lambda, Unit lambdaUnits)
Create a new Marini-Murray model for the troposphere.MendesPavlisModel(PressureTemperatureHumidityProvider pthProvider, double lambda, Unit lambdaUnits)
Create a new Mendes-Pavlis model for the troposphere. -
Uses of Unit in org.orekit.utils.units
Fields in org.orekit.utils.units declared as Unit Modifier and Type Field Description static Unit
Unit. AMPERE
Ampere unit.static Unit
Unit. ARC_MINUTE
Arc minute unit.static Unit
Unit. ARC_SECOND
Arc second unit.static Unit
Unit. BAR
Bar unit.static Unit
Unit. COULOMB
Coulomb unit.static Unit
Unit. DAY
Day unit.static Unit
Unit. DEGREE
Degree unit.static Unit
Unit. EARTH_RADII
Earth Radii used as Bstar unit in CCSDS OMM.static Unit
Unit. GRAM
Gram unit.static Unit
Unit. HERTZ
Hertz unit.static Unit
Unit. HOUR
Hour unit.static Unit
Unit. JOULE
Joule unit.static Unit
Unit. KILOGRAM
Kilogram unit.static Unit
Unit. KILOMETRE
Kilometre unit.static Unit
Unit. METRE
Metre unit.static Unit
Unit. MINUTE
Minute unit.static Unit
Unit. NEWTON
Newton unit.static Unit
Unit. NONE
No unit.static Unit
Unit. OHM
Ohm unit.static Unit
Unit. ONE
Dimensionless unit.static Unit
Unit. PASCAL
Pascal unit.static Unit
Unit. PERCENT
Percentage unit.static Unit
Unit. RADIAN
Radian unit.static Unit
Unit. REVOLUTION
Revolution unit.static Unit
Unit. SECOND
Second unit.static Unit
Unit. SOLAR_FLUX_UNIT
Solar Flux Unit.static Unit
Unit. TESLA
tesla unit.static Unit
Unit. TOTAL_ELECTRON_CONTENT_UNIT
Total Electron Content Unit.static Unit
Unit. VOLT
Volt unit.static Unit
Unit. WATT
Watt unit.static Unit
Unit. YEAR
Julian year unit.Methods in org.orekit.utils.units that return Unit Modifier and Type Method Description Unit
Unit. alias(String newName)
Create an alias for a unit.Unit
Unit. divide(String newName, Unit other)
Create quotient of units.Unit
UnitsConverter. getFrom()
Get the source unit.Unit
UnitsConverter. getTo()
Get the destination unit.Unit
UnitsCache. getUnits(String specification)
Get units from a string specification.Unit
Unit. multiply(String newName, Unit other)
Create product of units.static Unit
Unit. parse(String unitSpecification)
Parse a unit.Unit
Unit. power(String newName, Fraction exponent)
Create power of unit.Unit
Unit. sameDimensionSI()
Create the SI unit with same dimension.Unit
Unit. scale(String newName, double factor)
Scale a unit.Unit
Unit. sqrt(String newName)
Create root of unit.Methods in org.orekit.utils.units with parameters of type Unit Modifier and Type Method Description Unit
Unit. divide(String newName, Unit other)
Create quotient of units.Unit
Unit. multiply(String newName, Unit other)
Create product of units.boolean
Unit. sameDimension(Unit other)
Check if a unit has the same dimension as another unit.Method parameters in org.orekit.utils.units with type arguments of type Unit Modifier and Type Method Description static void
Unit. ensureCompatible(String description, List<Unit> reference, boolean allowScaleDifferences, List<Unit> units)
Ensure some units are compatible with reference units.Constructors in org.orekit.utils.units with parameters of type Unit Constructor Description UnitsConverter(Unit from, Unit to)
Simple constructor.
-