Uses of Class
org.orekit.propagation.analytical.tle.generation.TleGenerationAlgorithm
Packages that use TleGenerationAlgorithm
Package
Description
This package provides classes to read and extrapolate tle's.
This package provides classes related to TLE generation.
This package provides tools to convert a given propagator or a set of
SpacecraftState into another propagator.-
Uses of TleGenerationAlgorithm in org.orekit.propagation.analytical.tle
Methods in org.orekit.propagation.analytical.tle that return TleGenerationAlgorithmModifier and TypeMethodDescriptionstatic TleGenerationAlgorithmTLEPropagator.getDefaultTleGenerationAlgorithm(TLE templateTLE, TimeScale utc, Frame teme) Get the default TLE generation algorithm.Methods in org.orekit.propagation.analytical.tle with parameters of type TleGenerationAlgorithmModifier and TypeMethodDescriptionvoidFieldTLEPropagator.setTleGenerationAlgorithm(TleGenerationAlgorithm tleGenerationAlgorithm) Set the TLE generation algorithm used when resetting TLE from state.voidTLEPropagator.setTleGenerationAlgorithm(TleGenerationAlgorithm tleGenerationAlgorithm) Set the TLE generation algorithm used when resetting TLE from state.static TLETLE.stateToTLE(SpacecraftState state, TleGenerationAlgorithm generationAlgorithm, OsculatingToMeanConverter converter, DataContext dataContext) Convert Spacecraft State into TLE. -
Uses of TleGenerationAlgorithm in org.orekit.propagation.analytical.tle.generation
Subclasses of TleGenerationAlgorithm in org.orekit.propagation.analytical.tle.generationModifier and TypeClassDescriptionclassFixed Point method to reverse SGP4 and SDP4 propagation algorithm and generate a usable TLE from a spacecraft state.classLeast squares method to generate a usable TLE from a spacecraft state.Methods in org.orekit.propagation.analytical.tle.generation that return TleGenerationAlgorithm -
Uses of TleGenerationAlgorithm in org.orekit.propagation.conversion
Constructors in org.orekit.propagation.conversion with parameters of type TleGenerationAlgorithmModifierConstructorDescriptionTLEPropagatorBuilder(DataContext dataContext, TleGenerationAlgorithm generationAlgorithm) Build a new instance.TLEPropagatorBuilder(DataContext dataContext, TleGenerationAlgorithm generationAlgorithm, AttitudeProvider attitudeProvider) Build a new instance.TLEPropagatorBuilder(TleGenerationAlgorithm generationAlgorithm) Build a new instance.