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 levelMessagesParserclass that can extractmessagesfrom binary containers likeByteArrayEncodedMessagesor {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 UnitUnits. DEG_PER_SDegree per second unit.static UnitUnits. DEG_PER_S_1_2Degree per second^1/2 unit.static UnitUnits. DEG_PER_S_3_2Degree per second^3/2 unit.static UnitUnits. HECTO_PASCALHectoPascal unit.static UnitUnits. HZ_PER_SHertz per second unit.static UnitUnits. KG_M2kg.m² unit.static UnitUnits. KM_PER_SKilometers per second units.static UnitUnits. KM_PER_S2Kilometers per square second units.static UnitUnits. KM2Square kilometers units.static UnitUnits. KM2_PER_SSquare kilometers per second units.static UnitUnits. KM2_PER_S2Square kilometers per square second units.static UnitUnits. KM3_PER_S2km³/s² unit.static UnitUnits. M_PER_SMeters per second units.static UnitUnits. M_PER_S2Meters per square second units.static UnitUnits. M2m² unit.static UnitUnits. M2_PER_KGm² per kilograms units.static UnitUnits. M2_PER_SSquare meters per second units.static UnitUnits. M2_PER_S2Square meters per square second units.static UnitUnits. M2_PER_S3Square meters per cube second units.static UnitUnits. M2_PER_S4Square meters per s⁴ units.static UnitUnits. M3_PER_KGm³ per kilograms units.static UnitUnits. M3_PER_KGSCubic meters per kilograms second units.static UnitUnits. M3_PER_KGS2Cubic meters per kilograms (square second) units.static UnitUnits. M4m⁴ unit.static UnitUnits. M4_PER_KGm⁴ per kilograms units.static UnitUnits. M4_PER_KG2m⁴ per square kilograms units.static UnitUnits. N_MNewton metre unit.static UnitUnits. N_M_SNewton metre second unit.static UnitUnits. NANO_TESLANano Tesla unit.static UnitUnits. NB_PER_Y#/year unit.static UnitUnits. ONE_PER_EREarth radii reciprocal unit.static UnitUnits. ONE_PER_SSeconds reciprocal unit.static UnitUnits. REV_PER_DAYRevolutions per day unit.static UnitUnits. REV_PER_DAY2_SCALEDScaled revolutions per square day unit.static UnitUnits. REV_PER_DAY3_SCALEDScaled revolutions per cubic day divieded by 6 unit.static UnitUnits. W_PER_KGWatt 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 UnitParsedUnitsBehavior. 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 UnitParsedUnitsBehavior. 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 UnitManeuverFieldType. 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 voidManeuverFieldType. 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 voidOrbitCovarianceHistoryMetadata. setCovUnits(List<Unit> covUnits)Set covariance element set units.voidOrbitManeuverHistoryMetadata. setManUnits(List<Unit> manUnits)Set maneuver element of information units.voidTrajectoryStateHistoryMetadata. 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 voidAbstractGenerator. writeEntry(String key, double value, Unit unit, boolean mandatory)Write a single key/value entry.voidAbstractGenerator. writeEntry(String key, Double value, Unit unit, boolean mandatory)Write a single key/value entry.voidGenerator. writeEntry(String key, double value, Unit unit, boolean mandatory)Write a single key/value entry.voidGenerator. writeEntry(String key, Double value, Unit unit, boolean mandatory)Write a single key/value entry.voidGenerator. writeEntry(String key, String value, Unit unit, boolean mandatory)Write a single key/value entry.voidKvnGenerator. writeEntry(String key, String value, Unit unit, boolean mandatory)Write a single key/value entry.voidXmlGenerator. writeEntry(String key, String value, Unit unit, boolean mandatory)Write a single key/value entry.booleanAbstractGenerator. 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 StringAbstractGenerator. unitsListToString(List<Unit> units)Convert a list of units to a bracketed string.StringGenerator. 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 UnitParseToken. getUnits()Get the units.Methods in org.orekit.files.ccsds.utils.lexical with parameters of type Unit Modifier and Type Method Description booleanParseToken. processAsDouble(Unit standard, ParsedUnitsBehavior behavior, ParseToken.DoubleConsumer consumer)Process the content as a double.booleanParseToken. processAsDoubleArray(Unit standard, ParsedUnitsBehavior behavior, ParseToken.DoubleArrayConsumer consumer)Process the content as an array of doubles.booleanParseToken. processAsDoublyIndexedDouble(int i, int j, Unit standard, ParsedUnitsBehavior behavior, ParseToken.DoublyIndexedDoubleConsumer consumer)Process the content as a doubly-indexed double.booleanParseToken. processAsIndexedDouble(int i, Unit standard, ParsedUnitsBehavior behavior, ParseToken.IndexedDoubleConsumer consumer)Process the content as an indexed double.booleanParseToken. processAsIndexedDoubleArray(int index, Unit standard, ParsedUnitsBehavior behavior, ParseToken.IndexedDoubleArrayConsumer consumer)Process the content as an indexed double array.booleanParseToken. processAsLabeledDouble(char label, Unit standard, ParsedUnitsBehavior behavior, ParseToken.LabeledDoubleConsumer consumer)Process the content as a labeled double.booleanParseToken. 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 voidParseToken.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 UnitIonosphereNequickGMessage. SFUConverter for Nequick-G aᵢ₀ parameter.static UnitIonosphereNequickGMessage. SFU_PER_DEGConverter for Nequick-G aᵢ₁ parameter.static UnitIonosphereNequickGMessage. SFU_PER_DEG2Converter 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 UnitSP3Utils. CLOCK_ACCURACY_UNITClock accuracy unit.static UnitSP3Utils. CLOCK_RATE_ACCURACY_UNITClock rate accuracy unit.static UnitSP3Utils. CLOCK_RATE_UNITClock rate unit.static UnitSP3Utils. CLOCK_UNITClock unit.static UnitSP3Utils. POSITION_ACCURACY_UNITPosition accuracy unit.static UnitSP3Utils. POSITION_UNITPosition unit.static UnitSP3Utils. VELOCITY_ACCURACY_UNITVelocity accuracy unit.static UnitSP3Utils. VELOCITY_UNITVelocity unit.Methods in org.orekit.files.sp3 with parameters of type Unit Modifier and Type Method Description static intSP3Utils. indexAccuracy(Unit unit, double base, double accuracy)Convert an accuracy from SI units.static doubleSP3Utils. 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 UnitUnits. KM_PER_SKilometers par second units.static UnitUnits. KM_PER_S2Kilometers par square second units.static UnitUnits. MMMillimetres units.static UnitUnits. MM_PER_SMillimetres per second units.static UnitUnits. MM_PER_S2Millimetres per square second units.static UnitUnits. NSNanoseconds units.static UnitUnits. SEMI_CIRCLESemi-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 UnitTroposphericModelUtils. HECTO_PASCALHectoPascal unit.static UnitTroposphericModelUtils. MICRO_MMicrometers unit.static UnitTroposphericModelUtils. NANO_MNanometers unit.Methods in org.orekit.models.earth.troposphere with parameters of type Unit Modifier and Type Method Description static MendesPavlisModelMendesPavlisModel. 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 UnitUnit. AMPEREAmpere unit.static UnitUnit. ARC_MINUTEArc minute unit.static UnitUnit. ARC_SECONDArc second unit.static UnitUnit. BARBar unit.static UnitUnit. COULOMBCoulomb unit.static UnitUnit. DAYDay unit.static UnitUnit. DEGREEDegree unit.static UnitUnit. EARTH_RADIIEarth Radii used as Bstar unit in CCSDS OMM.static UnitUnit. GRAMGram unit.static UnitUnit. HERTZHertz unit.static UnitUnit. HOURHour unit.static UnitUnit. JOULEJoule unit.static UnitUnit. KILOGRAMKilogram unit.static UnitUnit. KILOMETREKilometre unit.static UnitUnit. METREMetre unit.static UnitUnit. MINUTEMinute unit.static UnitUnit. NEWTONNewton unit.static UnitUnit. NONENo unit.static UnitUnit. OHMOhm unit.static UnitUnit. ONEDimensionless unit.static UnitUnit. PASCALPascal unit.static UnitUnit. PERCENTPercentage unit.static UnitUnit. RADIANRadian unit.static UnitUnit. REVOLUTIONRevolution unit.static UnitUnit. SECONDSecond unit.static UnitUnit. SOLAR_FLUX_UNITSolar Flux Unit.static UnitUnit. TESLAtesla unit.static UnitUnit. TOTAL_ELECTRON_CONTENT_UNITTotal Electron Content Unit.static UnitUnit. VOLTVolt unit.static UnitUnit. WATTWatt unit.static UnitUnit. YEARJulian year unit.Methods in org.orekit.utils.units that return Unit Modifier and Type Method Description UnitUnit. alias(String newName)Create an alias for a unit.UnitUnit. divide(String newName, Unit other)Create quotient of units.UnitUnitsConverter. getFrom()Get the source unit.UnitUnitsConverter. getTo()Get the destination unit.UnitUnitsCache. getUnits(String specification)Get units from a string specification.UnitUnit. multiply(String newName, Unit other)Create product of units.static UnitUnit. parse(String unitSpecification)Parse a unit.UnitUnit. power(String newName, Fraction exponent)Create power of unit.UnitUnit. sameDimensionSI()Create the SI unit with same dimension.UnitUnit. scale(String newName, double factor)Scale a unit.UnitUnit. sqrt(String newName)Create root of unit.Methods in org.orekit.utils.units with parameters of type Unit Modifier and Type Method Description UnitUnit. divide(String newName, Unit other)Create quotient of units.UnitUnit. multiply(String newName, Unit other)Create product of units.booleanUnit. 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 voidUnit. 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.
-