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 |
Propagation
|
org.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.
|
Modifier and Type | Method and Description |
---|---|
Frames |
CompositeDataContext.getFrames() |
Frames |
DataContext.getFrames()
Get a factory constructing
Frame s based on the auxiliary data in this
context. |
Constructor and Description |
---|
CompositeDataContext(TimeScales timeScales,
Frames frames,
CelestialBodies celestialBodies,
GravityFields gravityFields,
GeoMagneticFields geoMagneticFields)
Simple constructor.
|
Constructor and Description |
---|
CPFParser(double mu,
int interpolationSamples,
IERSConventions iersConventions,
TimeScale utc,
Frames frames)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractFrames
This class is an implementation of
Frames 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.
|
Modifier and Type | Method and Description |
---|---|
static Frames |
Frames.of(TimeScales timeScales,
CelestialBodies celestialBodies)
Create a set of frames from the given data.
|
static Frames |
Frames.of(TimeScales timeScales,
Supplier<Frame> icrfSupplier)
Create a set of frames from the given data.
|
Modifier and Type | Method and Description |
---|---|
static AttitudeProvider |
Propagator.getDefaultLaw(Frames frames)
Get a default law using the given frames.
|
Constructor and Description |
---|
GNSSPropagatorBuilder(GNSSOrbitalElements gnssOrbElt,
Frames frames)
Initializes the builder.
|
SBASPropagatorBuilder(SBASOrbitalElements sbasOrbElt,
Frames frames)
Initializes the builder.
|
Modifier and Type | Method and Description |
---|---|
static <T extends CalculusFieldElement<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.
|
Copyright © 2002-2022 CS GROUP. All rights reserved.