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