Package | Description |
---|---|
org.orekit.files.ccsds.ndm.tdm |
This package contains class managing CCSDS Tracking Data Message.
|
Modifier and Type | Method and Description |
---|---|
boolean |
TdmDataKey.process(ParseToken token,
ContextBinding context,
ObservationsBlock observationsBlock)
Process one token.
|
boolean |
ObservationType.process(ParseToken token,
ContextBinding context,
RangeUnitsConverter ruConverter,
TdmMetadata metadata,
ObservationsBlock observationsBlock)
Process an observation line.
|
Modifier and Type | Method and Description |
---|---|
void |
TdmWriter.writeSegmentContent(Generator generator,
double formatVersion,
Segment<TdmMetadata,ObservationsBlock> segment)
Write one segment content (without XML wrapping).
|
Constructor and Description |
---|
Tdm(Header header,
List<Segment<TdmMetadata,ObservationsBlock>> segments,
IERSConventions conventions,
DataContext dataContext)
Simple constructor.
|
Copyright © 2002-2022 CS GROUP. All rights reserved.