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.
|
Modifier and Type | Method and Description |
---|---|
RangeUnitsConverter |
AbstractBuilder.getRangeUnitsConverter()
Get the converter for
Range Units . |
Modifier and Type | Method and Description |
---|---|
protected abstract T |
AbstractBuilder.create(IERSConventions newConventions,
DataContext newDataContext,
AbsoluteDate newMissionReferenceDate,
RangeUnitsConverter newRangeUnitsConverter)
Build an instance.
|
protected ParserBuilder |
ParserBuilder.create(IERSConventions newConventions,
DataContext newDataContext,
AbsoluteDate newMissionReferenceDate,
RangeUnitsConverter newRangeUnitsConverter)
Build an instance.
|
protected WriterBuilder |
WriterBuilder.create(IERSConventions newConventions,
DataContext newDataContext,
AbsoluteDate newMissionReferenceDate,
RangeUnitsConverter newRangeUnitsConverter)
Build an instance.
|
T |
AbstractBuilder.withRangeUnitsConverter(RangeUnitsConverter newRangeUnitsConverter)
Set up the converter for
Range Units . |
Constructor and Description |
---|
AbstractBuilder(IERSConventions conventions,
DataContext dataContext,
AbsoluteDate missionReferenceDate,
RangeUnitsConverter rangeUnitsConverter)
Complete constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
IdentityConverter
Identity converter for Range Units.
|
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
TdmParser(IERSConventions conventions,
boolean simpleEOP,
DataContext dataContext,
ParsedUnitsBehavior parsedUnitsBehavior,
RangeUnitsConverter converter)
Complete constructor.
|
TdmWriter(IERSConventions conventions,
DataContext dataContext,
RangeUnitsConverter converter)
Complete constructor.
|
Copyright © 2002-2022 CS GROUP. All rights reserved.