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.
|
Modifier and Type | Method and Description |
---|---|
KeplerianOrbit |
OMMFile.generateKeplerianOrbit()
Generate a
KeplerianOrbit based on the OMM mean keplerian elements. |
KeplerianOrbit |
OPMFile.generateKeplerianOrbit()
Generate a
KeplerianOrbit from the OPM keplerian elements if hasKeplerianElements is true,
or from the state vector data otherwise. |
Modifier and Type | Method and Description |
---|---|
KeplerianOrbit |
KeplerianOrbit.interpolate(AbsoluteDate date,
Collection<Orbit> sample)
Get an interpolated instance.
|
KeplerianOrbit |
KeplerianOrbit.shiftedBy(double dt)
Get a time-shifted orbit.
|
Copyright © 2002-2015 CS Systèmes d'information. All rights reserved.