Uses of Class
org.orekit.orbits.KeplerianOrbit
Packages that use KeplerianOrbit
Package
Description
This package contains class managing CCSDS Orbit Data Message.
This package contains class managing CCSDS Orbit Mean-Elements Message.
This package contains class managing CCSDS Orbit Parameter Message.
This package provides classes to represent orbits.
Top level package for analytical propagators.
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 KeplerianOrbitModifier and TypeMethodDescriptionKeplerianElements.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 -
Uses of KeplerianOrbit in org.orekit.files.ccsds.ndm.odm.opm
Methods in org.orekit.files.ccsds.ndm.odm.opm that return KeplerianOrbit -
Uses of KeplerianOrbit in org.orekit.orbits
Methods in org.orekit.orbits that return KeplerianOrbitModifier and TypeMethodDescriptionCreate a new object representing the same physical orbital state, but attached to a different reference frame.KeplerianOrbit.shiftedBy(double dt) Get a time-shifted orbit.KeplerianOrbit.shiftedBy(TimeOffset dt) Get a time-shifted orbit.FieldKeplerianOrbit.toOrbit()Transforms the FieldOrbit instance into an Orbit instance.KeplerianOrbit.withCachedPositionAngleType(PositionAngleType positionAngleType) Creates a new instance with the provided type used for caching.KeplerianOrbit.withKeplerianRates()Creates a new instance such thatPositionAngleBased.hasNonKeplerianRates()is false.Constructors in org.orekit.orbits with parameters of type KeplerianOrbitModifierConstructorDescriptionFieldKeplerianOrbit(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 KeplerianOrbitModifier and TypeMethodDescriptionstatic KeplerianOrbitBrouwerLyddanePropagator.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 KeplerianOrbitBrouwerLyddanePropagator.computeMeanOrbit(Orbit osculating, double referenceRadius, double mu, double c20, double c30, double c40, double c50, double m2Value, OsculatingToMeanConverter converter) Conversion from osculating to mean orbit.static KeplerianOrbitBrouwerLyddanePropagator.computeMeanOrbit(Orbit osculating, UnnormalizedSphericalHarmonicsProvider provider, double m2Value, OsculatingToMeanConverter converter) Conversion from osculating to mean orbit.static KeplerianOrbitBrouwerLyddanePropagator.computeMeanOrbit(Orbit osculating, UnnormalizedSphericalHarmonicsProvider provider, UnnormalizedSphericalHarmonicsProvider.UnnormalizedSphericalHarmonics harmonics, double m2Value) Conversion from osculating to mean orbit.static KeplerianOrbitBrouwerLyddanePropagator.computeMeanOrbit(Orbit osculating, UnnormalizedSphericalHarmonicsProvider provider, UnnormalizedSphericalHarmonicsProvider.UnnormalizedSphericalHarmonics harmonics, double m2Value, double epsilon, int maxIterations) Conversion from osculating to mean orbit.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 KeplerianOrbitModifier and TypeMethodDescriptionstatic TLETleGenerationUtil.newTLE(KeplerianOrbit keplerianOrbit, TLE templateTLE, double bStar, TimeScale utc) Builds a new TLE from Keplerian parameters and a template for TLE data.