Package | Description |
---|---|
org.orekit.files.ccsds.ndm.adm.aem |
This package contains class managing CCSDS Attitude Ephemeris Message.
|
Modifier and Type | Method and Description |
---|---|
List<AemSegment> |
AemSatelliteEphemeris.getSegments()
Get the segments of the attitude ephemeris.
|
Modifier and Type | Method and Description |
---|---|
void |
AemWriter.writeSegmentContent(Generator generator,
double formatVersion,
AemSegment segment)
Write one segment content (without XML wrapping).
|
Constructor and Description |
---|
Aem(Header header,
List<AemSegment> segments,
IERSConventions conventions,
DataContext dataContext)
Simple constructor.
|
AemSatelliteEphemeris(String id,
List<AemSegment> blocks)
Create a container for the set of ephemeris blocks in the file that pertain to
a single satellite.
|
Copyright © 2002-2022 CS GROUP. All rights reserved.