Uses of Interface
org.orekit.files.ccsds.ndm.tdm.RangeUnitsConverter
-
Packages that use RangeUnitsConverter Package Description org.orekit.files.ccsds.ndm This package contains the base hierarchy for CCSDS ADM, ODM and TDM.org.orekit.files.ccsds.ndm.tdm This package contains class managing CCSDS Tracking Data Message. -
-
Uses of RangeUnitsConverter in org.orekit.files.ccsds.ndm
Methods in org.orekit.files.ccsds.ndm that return RangeUnitsConverter Modifier and Type Method Description RangeUnitsConverter
AbstractBuilder. getRangeUnitsConverter()
Get the converter forRange Units
.Methods in org.orekit.files.ccsds.ndm with parameters of type RangeUnitsConverter Modifier and Type Method Description protected abstract T
AbstractBuilder. create(IERSConventions newConventions, double newEquatorialRadius, double newFlattening, DataContext newDataContext, AbsoluteDate newMissionReferenceDate, RangeUnitsConverter newRangeUnitsConverter)
Build an instance.protected ParserBuilder
ParserBuilder. create(IERSConventions newConventions, double newEquatorialRadius, double newFlattening, DataContext newDataContext, AbsoluteDate newMissionReferenceDate, RangeUnitsConverter newRangeUnitsConverter)
Build an instance.protected WriterBuilder
WriterBuilder. create(IERSConventions newConventions, double newEquatorialRadius, double newFlattening, DataContext newDataContext, AbsoluteDate newMissionReferenceDate, RangeUnitsConverter newRangeUnitsConverter)
Build an instance.T
AbstractBuilder. withRangeUnitsConverter(RangeUnitsConverter newRangeUnitsConverter)
Set up the converter forRange Units
.Constructors in org.orekit.files.ccsds.ndm with parameters of type RangeUnitsConverter Constructor Description AbstractBuilder(IERSConventions conventions, double equatorialRadius, double flattening, DataContext dataContext, AbsoluteDate missionReferenceDate, RangeUnitsConverter rangeUnitsConverter)
Complete constructor. -
Uses of RangeUnitsConverter in org.orekit.files.ccsds.ndm.tdm
Classes in org.orekit.files.ccsds.ndm.tdm that implement RangeUnitsConverter Modifier and Type Class Description class
IdentityConverter
Identity converter for Range Units.Methods in org.orekit.files.ccsds.ndm.tdm with parameters of type RangeUnitsConverter Modifier and Type Method Description double
TdmMetadata. getCorrectionRange(RangeUnitsConverter converter)
Getter for the raw correction for range in meters.double
TdmMetadata. getRangeModulus(RangeUnitsConverter converter)
Getter for the range modulus in meters.boolean
ObservationType. process(ParseToken token, ContextBinding context, RangeUnitsConverter ruConverter, TdmMetadata metadata, ObservationsBlock observationsBlock)
Process an observation line.double
ObservationType. rawToSI(RangeUnitsConverter ruConverter, TdmMetadata metadata, AbsoluteDate date, double rawValue)
Convert a measurement to SI units.double
ObservationType. siToRaw(RangeUnitsConverter ruConverter, TdmMetadata metadata, AbsoluteDate date, double siValue)
Convert a measurement from SI units.Constructors in org.orekit.files.ccsds.ndm.tdm with parameters of type RangeUnitsConverter Constructor Description TdmParser(IERSConventions conventions, boolean simpleEOP, DataContext dataContext, ParsedUnitsBehavior parsedUnitsBehavior, RangeUnitsConverter converter, Function<ParseToken,List<ParseToken>>[] filters)
Complete constructor.TdmWriter(IERSConventions conventions, DataContext dataContext, RangeUnitsConverter converter)
Complete constructor.
-