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.gnss.data |
This package provides classes related to navigation data containing in
GNSS almanacs and navigation messages.
|
Modifier and Type | Method and Description |
---|---|
Frames |
DataContext.getFrames()
Get a factory constructing
Frame s based on the auxiliary data in this
context. |
Frames |
CompositeDataContext.getFrames() |
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 |
---|---|
default GNSSPropagator |
GNSSOrbitalElements.getPropagator(Frames frames)
Get the propagator corresponding to the navigation message.
|
SBASPropagator |
SBASNavigationMessage.getPropagator(Frames frames)
Get the propagator corresponding to the navigation message.
|
default GNSSPropagator |
GNSSOrbitalElements.getPropagator(Frames frames,
AttitudeProvider provider,
Frame inertial,
Frame bodyFixed,
double mass)
Get the propagator corresponding to the navigation message.
|
SBASPropagator |
SBASNavigationMessage.getPropagator(Frames frames,
AttitudeProvider provider,
Frame inertial,
Frame bodyFixed,
double mass,
double mu)
Get the propagator corresponding to the navigation message.
|
Copyright © 2002-2023 CS GROUP. All rights reserved.