Package | Description |
---|---|
org.orekit.files.ccsds |
This package provides a parser for orbit data stored in CCSDS Orbit Data Message format.
|
org.orekit.orbits |
This package provides classes to represent orbits.
|
org.orekit.propagation.analytical |
Modifier and Type | Method and Description |
---|---|
CartesianOrbit |
OMMFile.generateCartesianOrbit()
Generate a
CartesianOrbit from the KeplerianOrbit . |
CartesianOrbit |
OPMFile.generateCartesianOrbit()
Generate a
CartesianOrbit from the OPM state vector data. |
CartesianOrbit |
OEMFile.EphemeridesDataLine.getOrbit()
Get the ephemerides data line orbit.
|
Modifier and Type | Method and Description |
---|---|
CartesianOrbit |
CartesianOrbit.interpolate(AbsoluteDate date,
Collection<Orbit> sample)
Get an interpolated instance.
|
CartesianOrbit |
CartesianOrbit.shiftedBy(double dt)
Get a time-shifted orbit.
|
Modifier and Type | Method and Description |
---|---|
CartesianOrbit |
EcksteinHechlerPropagator.propagateOrbit(AbsoluteDate date)
Extrapolate an orbit up to a specific target date.
|
Copyright © 2002-2015 CS Systèmes d'information. All rights reserved.