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 |
Top level package for analytical propagators.
|
Modifier and Type | Method and Description |
---|---|
CartesianOrbit |
OPMFile.generateCartesianOrbit()
Generate a
CartesianOrbit from the OPM state vector data. |
CartesianOrbit |
OMMFile.generateCartesianOrbit()
Generate a
CartesianOrbit from the KeplerianOrbit . |
Modifier and Type | Method and Description |
---|---|
CartesianOrbit |
CartesianOrbit.interpolate(AbsoluteDate date,
Stream<Orbit> sample)
Get an interpolated instance.
|
CartesianOrbit |
CartesianOrbit.shiftedBy(double dt)
Get a time-shifted orbit.
|
CartesianOrbit |
FieldCartesianOrbit.toOrbit() |
Modifier and Type | Method and Description |
---|---|
CartesianOrbit |
EcksteinHechlerPropagator.propagateOrbit(AbsoluteDate date)
Extrapolate an orbit up to a specific target date.
|
Copyright © 2002-2017 CS Systèmes d'information. All rights reserved.