Uses of Class
org.orekit.orbits.KeplerianOrbit
-
Packages that use KeplerianOrbit Package Description org.orekit.files.ccsds.ndm.odm This package contains class managing CCSDS Orbit Data Message.org.orekit.files.ccsds.ndm.odm.omm This package contains class managing CCSDS Orbit Mean-Elements Message.org.orekit.files.ccsds.ndm.odm.opm This package contains class managing CCSDS Orbit Parameter Message.org.orekit.orbits This package provides classes to represent orbits.org.orekit.propagation.analytical Top level package for analytical propagators.org.orekit.propagation.analytical.tle.generation This package provides classes related to TLE generation. -
-
Uses of KeplerianOrbit in org.orekit.files.ccsds.ndm.odm
Methods in org.orekit.files.ccsds.ndm.odm that return KeplerianOrbit Modifier and Type Method Description KeplerianOrbit
KeplerianElements. generateKeplerianOrbit(Frame frame)
Generate a keplerian orbit. -
Uses of KeplerianOrbit in org.orekit.files.ccsds.ndm.odm.omm
Methods in org.orekit.files.ccsds.ndm.odm.omm that return KeplerianOrbit Modifier and Type Method Description KeplerianOrbit
Omm. generateKeplerianOrbit()
Generate a keplerian orbit. -
Uses of KeplerianOrbit in org.orekit.files.ccsds.ndm.odm.opm
Methods in org.orekit.files.ccsds.ndm.odm.opm that return KeplerianOrbit Modifier and Type Method Description KeplerianOrbit
Opm. generateKeplerianOrbit()
Generate a keplerian orbit. -
Uses of KeplerianOrbit in org.orekit.orbits
Methods in org.orekit.orbits that return KeplerianOrbit Modifier and Type Method Description KeplerianOrbit
KeplerianOrbit. removeRates()
Create a new instance such thatPositionAngleBased.hasRates()
is false.KeplerianOrbit
KeplerianOrbit. shiftedBy(double dt)
Get a time-shifted orbit.KeplerianOrbit
FieldKeplerianOrbit. toOrbit()
Transforms the FieldOrbit instance into an Orbit instance.Constructors in org.orekit.orbits with parameters of type KeplerianOrbit Constructor Description FieldKeplerianOrbit(Field<T> field, KeplerianOrbit op)
Constructor from Field and KeplerianOrbit. -
Uses of KeplerianOrbit in org.orekit.propagation.analytical
Methods in org.orekit.propagation.analytical that return KeplerianOrbit Modifier and Type Method Description static KeplerianOrbit
BrouwerLyddanePropagator. computeMeanOrbit(Orbit osculating, double referenceRadius, double mu, double c20, double c30, double c40, double c50, double M2Value, double epsilon, int maxIterations)
Conversion from osculating to mean orbit.static KeplerianOrbit
BrouwerLyddanePropagator. computeMeanOrbit(Orbit osculating, UnnormalizedSphericalHarmonicsProvider provider, UnnormalizedSphericalHarmonicsProvider.UnnormalizedSphericalHarmonics harmonics, double M2Value)
Conversion from osculating to mean orbit.static KeplerianOrbit
BrouwerLyddanePropagator. computeMeanOrbit(Orbit osculating, UnnormalizedSphericalHarmonicsProvider provider, UnnormalizedSphericalHarmonicsProvider.UnnormalizedSphericalHarmonics harmonics, double M2Value, double epsilon, int maxIterations)
Conversion from osculating to mean orbit.KeplerianOrbit
BrouwerLyddanePropagator. propagateOrbit(AbsoluteDate date)
Extrapolate an orbit up to a specific target date. -
Uses of KeplerianOrbit in org.orekit.propagation.analytical.tle.generation
Methods in org.orekit.propagation.analytical.tle.generation with parameters of type KeplerianOrbit Modifier and Type Method Description static TLE
TleGenerationUtil. newTLE(KeplerianOrbit keplerianOrbit, TLE templateTLE, double bStar, TimeScale utc)
Builds a new TLE from Keplerian parameters and a template for TLE data.
-