Uses of Interface
org.orekit.frames.Frames
-
Packages that use Frames Package Description org.orekit.data This package provide base classes for exploring the configured data directory tree and read external data that can be used by the library.org.orekit.files.ilrs This package provides parsers for laser ranging data stored in CDR and CPF formats.org.orekit.frames This package provides classes to handle frames and transforms between them.org.orekit.propagation Propagationorg.orekit.propagation.analytical.gnss This package provides classes to propagate GNSS orbits.org.orekit.propagation.analytical.tle This package provides classes to read and extrapolate tle's. -
-
Uses of Frames in org.orekit.data
Methods in org.orekit.data that return Frames Modifier and Type Method Description Frames
CompositeDataContext. getFrames()
Frames
DataContext. getFrames()
Get a factory constructingFrame
s based on the auxiliary data in this context.Frames
PythonDataContext. getFrames()
Get a factory constructingFrame
s based on the auxiliary data in this context.Constructors in org.orekit.data with parameters of type Frames Constructor Description CompositeDataContext(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 Frames Constructor Description CPFParser(double mu, int interpolationSamples, IERSConventions iersConventions, TimeScale utc, Frames frames)
Constructor. -
Uses of Frames in org.orekit.frames
Classes in org.orekit.frames that implement Frames Modifier and Type Class Description class
AbstractFrames
This class is an implementation ofFrames
that creates frames when they are first used and uses synchronization to ensure that each frame is only created once.class
LazyLoadedFrames
This class lazily loads auxiliary data when it is needed by a requested frame.class
PythonAbstractFrames
Methods in org.orekit.frames that return Frames Modifier and Type Method Description static Frames
Frames. of(TimeScales timeScales, Supplier<Frame> icrfSupplier)
Create a set of frames from the given data.static Frames
Frames. of(TimeScales timeScales, CelestialBodies celestialBodies)
Create a set of frames from the given data. -
Uses of Frames in org.orekit.propagation
Methods in org.orekit.propagation with parameters of type Frames Modifier and Type Method Description static AttitudeProvider
Propagator. 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 Frames Constructor Description GNSSPropagatorBuilder(GNSSOrbitalElements gnssOrbElt, Frames frames)
Initializes the builder.SBASPropagatorBuilder(SBASOrbitalElements sbasOrbElt, Frames frames)
Initializes the builder. -
Uses of Frames in org.orekit.propagation.analytical.tle
Methods in org.orekit.propagation.analytical.tle with parameters of type Frames Modifier and Type Method Description static <T extends CalculusFieldElement<T>>
FieldTLEPropagator<T>FieldTLEPropagator. selectExtrapolator(FieldTLE<T> tle, Frames frames, T[] parameters)
Selects the extrapolator to use with the selected TLE.static TLEPropagator
TLEPropagator. selectExtrapolator(TLE tle, Frames frames)
Selects the extrapolator to use with the selected TLE.
-