Uses of Interface
org.orekit.frames.Frames
Packages that use Frames
Package
Description
This package provide base classes for exploring the configured data
directory tree and read external data that can be used by the library.
This package provides parsers for laser ranging data stored in CDR and CPF formats.
This package provides all radiation pressure related forces.
This package provides classes to handle frames and transforms between them.
This package provides classes related to GNSS applications.
Propagation
This package provides classes to propagate GNSS orbits.
This package provides classes related to navigation data containing in
GNSS almanacs and navigation messages.
This package provides classes to read and extrapolate tle's.
-
Uses of Frames in org.orekit.data
Methods in org.orekit.data that return FramesModifier and TypeMethodDescriptionCompositeDataContext.getFrames()DataContext.getFrames()Get a factory constructingFrames based on the auxiliary data in this context.Constructors in org.orekit.data with parameters of type FramesModifierConstructorDescriptionCompositeDataContext(TimeScales timeScales, Frames frames, CelestialBodies celestialBodies, GravityFields gravityFields, GeoMagneticFields geoMagneticFields) Simple constructor. -
Uses of Frames in org.orekit.files.ilrs
Constructors in org.orekit.files.ilrs with parameters of type FramesModifierConstructorDescriptionCPFParser(double mu, int interpolationSamples, IERSConventions iersConventions, TimeScale utc, Frames frames) Constructor. -
Uses of Frames in org.orekit.forces.radiation
Constructors in org.orekit.forces.radiation with parameters of type FramesModifierConstructorDescriptionECOM2(int nD, int nB, double value, ExtendedPositionProvider sun, double equatorialRadius, Frames frames) Constructor. -
Uses of Frames in org.orekit.frames
Classes in org.orekit.frames that implement FramesModifier and TypeClassDescriptionclassThis class is an implementation ofFramesthat creates frames when they are first used and uses synchronization to ensure that each frame is only created once.classThis class lazily loads auxiliary data when it is needed by a requested frame.Methods in org.orekit.frames that return FramesModifier and TypeMethodDescriptionstatic FramesFrames.of(TimeScales timeScales, Supplier<Frame> icrfSupplier) Create a set of frames from the given data.static FramesFrames.of(TimeScales timeScales, CelestialBodies celestialBodies) Create a set of frames from the given data. -
Uses of Frames in org.orekit.gnss
Methods in org.orekit.gnss with parameters of type Frames -
Uses of Frames in org.orekit.propagation
Methods in org.orekit.propagation with parameters of type FramesModifier and TypeMethodDescriptionstatic AttitudeProviderPropagator.getDefaultLaw(Frames frames) Get a default law using the given frames. -
Uses of Frames in org.orekit.propagation.analytical.gnss
Constructors in org.orekit.propagation.analytical.gnss with parameters of type FramesModifierConstructorDescriptionSBASPropagatorBuilder(SBASOrbitalElements sbasOrbElt, Frames frames) Initializes the builder. -
Uses of Frames in org.orekit.propagation.analytical.gnss.data
Methods in org.orekit.propagation.analytical.gnss.data with parameters of type FramesModifier and TypeMethodDescriptionSBASNavigationMessage.getPropagator(Frames frames) Get the propagator corresponding to the navigation message.SBASNavigationMessage.getPropagator(Frames frames, AttitudeProvider provider, Frame inertial, Frame bodyFixed, double mass, double mu) Get the propagator corresponding to the navigation message. -
Uses of Frames in org.orekit.propagation.analytical.tle
Constructors in org.orekit.propagation.analytical.tle with parameters of type Frames